FileDocCategorySizeDatePackage
PortletActionConstants.javaAPI DocExample3505Mon Jul 23 13:26:40 BST 2007org.apache.struts2.portlet

PortletActionConstants

public interface PortletActionConstants
Interface defining some constants used in the Struts portlet implementation

Fields Summary
String
DEFAULT_ACTION_NAME
Default action name to use when no default action has been configured in the portlet init parameters.
String
ACTION_PARAM
Action name parameter name
String
MODE_PARAM
Key for parameter holding the last executed portlet mode.
String
PHASE
Key used for looking up and storing the portlet phase
Integer
RENDER_PHASE
Constant used for the render phase ( {@link javax.portlet.Portlet#render(javax.portlet.RenderRequest, javax.portlet.RenderResponse)})
Integer
EVENT_PHASE
Constant used for the event phase ( {@link javax.portlet.Portlet#processAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse)})
String
REQUEST
Key used for looking up and storing the {@link javax.portlet.PortletRequest}
String
RESPONSE
Key used for looking up and storing the {@link javax.portlet.PortletResponse}
String
EVENT_ACTION
Key used for looking up and storing the action that was invoked in the event phase.
String
PORTLET_CONFIG
Key used for looking up and storing the {@link javax.portlet.PortletConfig}
String
ERROR_ACTION
Name of the action used as error handler
String
PORTLET_NAMESPACE
Key for the portlet namespace stored in the {@link org.apache.struts2.portlet.context.PortletActionContext}.
String
MODE_NAMESPACE_MAP
Key for the mode-to-namespace map stored in the {@link org.apache.struts2.portlet.context.PortletActionContext}.
String
DEFAULT_ACTION_FOR_MODE
Key for the default action name for the portlet, stored in the {@link org.apache.struts2.portlet.context.PortletActionContext}.
Constructors Summary
Methods Summary