|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @SupportedSourceVersion(value=RELEASE_6) public @interface ActionAnnotation
The annotation to mark a MAF action class to be mapped automatically, if configuration by annotations setting is set.
| Required Element Summary | |
|---|---|
String |
path
The path the action must be mapped to. |
| Optional Element Summary | |
|---|---|
String |
context
Context of the action mapping. |
CommandForwardAnnotation[] |
forwards
The list of possible forwards of this action. |
CommandRedirectAnnotation[] |
redirects
The list of possible redirects of this action. |
| Element Detail |
|---|
public abstract String path
public abstract CommandForwardAnnotation[] forwards
public abstract CommandRedirectAnnotation[] redirects
public abstract String context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||