|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @SupportedSourceVersion(value=RELEASE_6) public @interface CommandForwardAnnotation
The annotation which describes the action forward. This annotation should not be used out of ActionAnnotation context.
| Required Element Summary | |
|---|---|
String |
name
The name of the command. |
String |
path
The path of the forward. |
| Element Detail |
|---|
public abstract String name
public abstract String path
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||