|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ActionMethod
This annotation identifies a method as being an Action Method.
See SecurityMethodInterceptor to protect your application
from potential security risk (e.g. hackers).
| Optional Element Summary | |
|---|---|
boolean |
asDefault
When set signal that the annotated method should be invoked when no other ActionMethod was requested. |
java.lang.String[] |
parameters
Used to define the parameter names that should be used to resolve an action methods arguments (order is important). |
public abstract java.lang.String[] parameters
public abstract boolean asDefault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||