| org.apache.struts2.portlet.PortletActionConstants
All known Subclasses: org.apache.struts2.portlet.interceptor.PortletAwareInterceptorTest, org.apache.struts2.portlet.context.PortletActionContext, org.apache.struts2.portlet.result.PortletResultTest, org.apache.struts2.portlet.servlet.PortletServletRequest, org.apache.struts2.portlet.result.PortletResult, org.apache.struts2.portlet.interceptor.PortletAwareInterceptor, org.apache.struts2.portlet.dispatcher.Jsr168DispatcherTest, org.apache.struts2.portlet.interceptor.PortletStateInterceptor, org.apache.struts2.portlet.dispatcher.Jsr168Dispatcher, org.apache.struts2.portlet.dispatcher.DirectRenderFromEventAction,
PortletActionConstants | public interface PortletActionConstants (Code) | | Interface defining some constants used in the Struts portlet implementation
|
ACTION_PARAM | String ACTION_PARAM(Code) | | Action name parameter name
|
ACTION_RESET | String ACTION_RESET(Code) | | Key for request attribute indicating if the action has been reset.
|
DEFAULT_ACTION_NAME | String DEFAULT_ACTION_NAME(Code) | | Default action name to use when no default action has been configured in the portlet
init parameters.
|
DEFAULT_DISPATCHER_SERVLET_NAME | String DEFAULT_DISPATCHER_SERVLET_NAME(Code) | | Default name of dispatcher servlet in web.xml
|
ERROR_ACTION | String ERROR_ACTION(Code) | | Name of the action used as error handler
|
EVENT_ACTION | String EVENT_ACTION(Code) | | Key used for looking up and storing the action that was invoked in the event phase.
|
EVENT_PHASE | Integer EVENT_PHASE(Code) | | Constant used for the event phase (
javax.portlet.Portlet.processAction(javax.portlet.ActionRequestjavax.portlet.ActionResponse) )
|
MODE_PARAM | String MODE_PARAM(Code) | | Key for parameter holding the last executed portlet mode.
|
PHASE | String PHASE(Code) | | Key used for looking up and storing the portlet phase
|
PORTLET_CONFIG | String PORTLET_CONFIG(Code) | | Key used for looking up and storing the
javax.portlet.PortletConfig |
RENDER_DIRECT_LOCATION | String RENDER_DIRECT_LOCATION(Code) | | Key for session attribute indicating the location of the render direct action.
|
RENDER_PHASE | Integer RENDER_PHASE(Code) | | Constant used for the render phase (
javax.portlet.Portlet.render(javax.portlet.RenderRequestjavax.portlet.RenderResponse) )
|
REQUEST | String REQUEST(Code) | | Key used for looking up and storing the
javax.portlet.PortletRequest |
RESPONSE | String RESPONSE(Code) | | Key used for looking up and storing the
javax.portlet.PortletResponse |
STACK_FROM_EVENT_PHASE | String STACK_FROM_EVENT_PHASE(Code) | | Session key where the value stack from the event phase is stored.
|
|
|