public interface PortletAction
processAction(InvocationContext) method is invoked
during the action phase of the portlet. There all rules for the
action phase apply here!
An action is invoked if a render request is received with the
PARAMETER_ACTION parameter. The value of this parameter
specifies the action(s) to be invoked.
In order to invoke an action, an action url with the
PARAMETER_ACTION should be created.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAMETER_ACTION
The request parameter specifying which action to invoke.
|
static java.lang.String |
PROPERTY_NAME
The property uniquely identifying this action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processAction(InvocationContext context)
Process the action
|
static final java.lang.String PROPERTY_NAME
static final java.lang.String PARAMETER_ACTION
void processAction(InvocationContext context)
context - The current invcation context.