|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletActionConstants
Interface defining some constants used in the WebWork2 portlet implementation
Field Summary | |
---|---|
static String |
ACTION_PARAM
Action name parameter name |
static String |
DEFAULT_ACTION_FOR_MODE
Key for the default action name for the portlet, stored in the PortletActionContext . |
static String |
DEFAULT_ACTION_NAME
Default action name to use when no default action has been configured in the portlet init parameters. |
static String |
ERROR_ACTION
Name of the action used as error handler |
static String |
EVENT_ACTION
Key used for looking up and storing the action that was invoked in the event phase. |
static Integer |
EVENT_PHASE
Constant used for the event phase ( Portlet.processAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse) ) |
static String |
MODE_NAMESPACE_MAP
Key for the mode-to-namespace map stored in the PortletActionContext . |
static String |
MODE_PARAM
Key for parameter holding the last executed portlet mode. |
static String |
PHASE
Key used for looking up and storing the portlet phase |
static String |
PORTLET_CONFIG
Key used for looking up and storing the PortletConfig |
static String |
PORTLET_NAMESPACE
Key for the portlet namespace stored in the PortletActionContext . |
static Integer |
RENDER_PHASE
Constant used for the render phase ( Portlet.render(javax.portlet.RenderRequest, javax.portlet.RenderResponse) ) |
static String |
REQUEST
Key used for looking up and storing the PortletRequest |
static String |
RESPONSE
Key used for looking up and storing the PortletResponse |
Field Detail |
---|
static final String DEFAULT_ACTION_NAME
static final String ACTION_PARAM
static final String MODE_PARAM
static final String PHASE
static final Integer RENDER_PHASE
Portlet.render(javax.portlet.RenderRequest, javax.portlet.RenderResponse)
)
static final Integer EVENT_PHASE
Portlet.processAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse)
)
static final String REQUEST
PortletRequest
static final String RESPONSE
PortletResponse
static final String EVENT_ACTION
static final String PORTLET_CONFIG
PortletConfig
static final String ERROR_ACTION
static final String PORTLET_NAMESPACE
PortletActionContext
.
static final String MODE_NAMESPACE_MAP
PortletActionContext
.
static final String DEFAULT_ACTION_FOR_MODE
PortletActionContext
.
|
WebWork Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |