Package javax.portlet
Annotation Type ProcessAction
-
@Target(METHOD) @Retention(RUNTIME) public @interface ProcessActionAnnotation for marking a method for processing a specific action. TheGenericPortlettries to dispatch to methods annotated with the tag@ProcessActionfor any receivedprocessActioncall.- Since:
- 2.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringnameName of the action.
-