Package javax.portlet
Annotation Type ProcessEvent
-
@Target(METHOD) @Retention(RUNTIME) public @interface ProcessEventAnnotation for marking a method for handling a specific event. TheGenericPortlettries to dispatch to methods annotated with the tag@ProcessEventfor any received event.- Since:
- 2.0
-
-
-
name
java.lang.String name
Local part of the event name. The namespace for the events is either taken from thedefault-event-namespaceelement in the portlet deployment descriptor, or if this element is not provided the XML default namespace XMLConstants.NULL_NS_URI is used.- Returns:
- local part of the event name.
- Default:
- ""
-
-