|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Execute
An annotation for execute method.
Optional Element Summary | |
---|---|
String |
input
the path to transit when a validation error is encountered. |
String |
reset
the reset method name. |
String[] |
roles
The roles. |
boolean |
validate
Whether this execute method is validated. |
public abstract boolean validate
public abstract String input
public abstract String[] roles
public abstract String reset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |