|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Action
Marker for action methods. It is not necessary to mark a method, however, this annotation may be used to specify non-default action path.
| Optional Element Summary | |
|---|---|
java.lang.String |
alias
Defines alias. |
java.lang.String |
extension
Action path extension. |
java.lang.String |
method
Defines action method (such as HTTP request method). |
java.lang.String |
value
Action path value. |
public abstract java.lang.String value
NONE action method name
will not be part of the created action path.
public abstract java.lang.String extension
NONE extension will be not
part of created action path.
public abstract java.lang.String alias
public abstract java.lang.String method
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||