|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface EventMapping
Annotation for mapping Portlet event requests onto handler methods.
RequestMapping
Optional Element Summary | |
---|---|
String |
value
The name of the event to be handled. |
public abstract String value
Typically the local name of the event, but fully qualified names with a "{...}" namespace part will be mapped correctly as well.
If not specified, the handler method will be invoked for any event request within its general mapping.
EventRequest.getEvent()
,
Event.getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |