@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ProcessAction
GenericPortlet
tries to dispatch to methods annotated
with the tag @ProcessAction
for any received
processAction
call.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Name of the action.
|