|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface HandlesEvent
Annotation used by ActionBean to declare that a method is capable of handling a named event being submitted by a client. Used by the AnnotatedClassActionResolver to map requests to the appropriate method to handle them at run time.
| Required Element Summary | |
|---|---|
String |
value
The name of the event that will be handled by the annotated method. |
| Element Detail |
|---|
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||