Package jakarta.portlet
Annotation Type ProcessAction
-
@Target(METHOD) @Retention(RUNTIME) public @interface ProcessAction
Annotation for marking a method for processing a specific action. TheGenericPortlettries to dispatch to methods annotated with the tag@ProcessActionfor any receivedprocessActioncall.- Since:
- 2.0
-
-
Element Detail
-
name
String name
Name of the action. Must be set on theActionURLas value of the parameterjakarta.portlet.action.- Returns:
- action name
-
-