@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface EventMapping
RequestMapping
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
The name of the event to be handled.
|
public abstract java.lang.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.
javax.portlet.EventRequest#getEvent()
,
javax.portlet.Event#getName()