|
||||||||||
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 Struts portlet implementation
Field Summary | |
---|---|
static java.lang.String |
ACTION_MAPPING
Key for the action mapping in the context |
static java.lang.String |
ACTION_PARAM
Action name parameter name |
static java.lang.Integer |
ACTION_PHASE
Constant used for the action phase ( Portlet.processAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse) ) |
static java.lang.String |
ACTION_RESET
Key for request attribute indicating if the action has been reset. |
static java.lang.String |
DEFAULT_ACTION_FOR_MODE
Key for the default action name for the portlet, stored in the PortletActionContext . |
static java.lang.String |
DEFAULT_ACTION_NAME
Default action name to use when no default action has been configured in the portlet init parameters. |
static java.lang.String |
DEFAULT_DISPATCHER_SERVLET_NAME
Default name of dispatcher servlet in web.xml |
static java.lang.String |
DISPATCH_TO
Key for the dispatch instruction for the DispatcherServlet |
static java.lang.String |
ERROR_ACTION
Name of the action used as error handler |
static java.lang.String |
EVENT_ACTION
Key used for looking up and storing the action that was invoked in the event phase. |
static java.lang.String |
MODE_NAMESPACE_MAP
Key for the mode-to-namespace map stored in the PortletActionContext . |
static java.lang.String |
MODE_PARAM
Key for parameter holding the last executed portlet mode. |
static java.lang.String |
PHASE
Key used for looking up and storing the portlet phase |
static java.lang.String |
PORTLET_CONFIG
Key used for looking up and storing the PortletConfig |
static java.lang.String |
PORTLET_NAMESPACE
Key for the portlet namespace stored in the PortletActionContext . |
static java.lang.String |
RENDER_DIRECT_LOCATION
Key for session attribute indicating the location of the render direct action. |
static java.lang.Integer |
RENDER_PHASE
Constant used for the render phase ( Portlet.render(javax.portlet.RenderRequest, javax.portlet.RenderResponse) ) |
static java.lang.String |
REQUEST
Key used for looking up and storing the PortletRequest |
static java.lang.String |
RESPONSE
Key used for looking up and storing the PortletResponse |
static java.lang.String |
STACK_FROM_EVENT_PHASE
Session key where the value stack from the event phase is stored. |
Field Detail |
---|
static final java.lang.String DEFAULT_ACTION_NAME
static final java.lang.String ACTION_PARAM
static final java.lang.String MODE_PARAM
static final java.lang.String PHASE
static final java.lang.Integer RENDER_PHASE
Portlet.render(javax.portlet.RenderRequest, javax.portlet.RenderResponse)
)
static final java.lang.Integer ACTION_PHASE
Portlet.processAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse)
)
static final java.lang.String REQUEST
PortletRequest
static final java.lang.String RESPONSE
PortletResponse
static final java.lang.String EVENT_ACTION
static final java.lang.String PORTLET_CONFIG
PortletConfig
static final java.lang.String ERROR_ACTION
static final java.lang.String PORTLET_NAMESPACE
PortletActionContext
.
static final java.lang.String MODE_NAMESPACE_MAP
PortletActionContext
.
static final java.lang.String DEFAULT_ACTION_FOR_MODE
PortletActionContext
.
static final java.lang.String ACTION_RESET
static final java.lang.String RENDER_DIRECT_LOCATION
static final java.lang.String DISPATCH_TO
DispatcherServlet
static final java.lang.String STACK_FROM_EVENT_PHASE
static final java.lang.String DEFAULT_DISPATCHER_SERVLET_NAME
static final java.lang.String ACTION_MAPPING
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |