|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface DefaultCommand
Marker annotation to identify a default command method.
When a command send to a view model, it will check Command method first, if no Command method was found, then it will check
DefaultCommand method.
A DefaultCommand method could also use with BindingParam and others to assign a binding argument as its parameter,
and Default to assign a default value if the argument is null.
Command,
BindingParam,
ExecutionParam,
ExecutionArgParam,
HeaderParam,
CookieParam,
QueryParam,
ScopeParam,
ContextParam,
Default
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||