|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.portlet.PortletConstants
public class PortletConstants
Field Summary | |
---|---|
static String |
ACTION_PARAM
Action name parameter name |
static Integer |
ACTION_PHASE
Constant used for the action phase ( Portlet.processAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse) ) |
static String |
ACTION_RESET
Key for request attribute indicating if the action has been reset. |
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 |
DEFAULT_DISPATCHER_SERVLET_NAME
Default name of dispatcher servlet in web.xml |
static String |
DISPATCH_TO
Key for the dispatch instruction for the DispatcherServlet |
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 action or event phase. |
static Integer |
EVENT_PHASE
Constant used for the event phase |
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 String |
RENDER_DIRECT_LOCATION
Key for session attribute indicating the location of the render direct action. |
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 |
static Integer |
SERVE_RESOURCE_PHASE
|
static String |
STACK_FROM_EVENT_PHASE
Session key where the value stack from the event phase is stored. |
Constructor Summary | |
---|---|
PortletConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String DEFAULT_ACTION_NAME
public static String ACTION_PARAM
public static String MODE_PARAM
public static String PHASE
public static Integer RENDER_PHASE
Portlet.render(javax.portlet.RenderRequest, javax.portlet.RenderResponse)
)
public static Integer ACTION_PHASE
Portlet.processAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse)
)
public static Integer EVENT_PHASE
public static Integer SERVE_RESOURCE_PHASE
public static String REQUEST
PortletRequest
public static String RESPONSE
PortletResponse
public static String EVENT_ACTION
public static String PORTLET_CONFIG
PortletConfig
public static String ERROR_ACTION
public static String PORTLET_NAMESPACE
PortletActionContext
.
public static String MODE_NAMESPACE_MAP
PortletActionContext
.
public static String DEFAULT_ACTION_FOR_MODE
PortletActionContext
.
public static String ACTION_RESET
public static String RENDER_DIRECT_LOCATION
public static String DISPATCH_TO
DispatcherServlet
public static String STACK_FROM_EVENT_PHASE
public static String DEFAULT_DISPATCHER_SERVLET_NAME
Constructor Detail |
---|
public PortletConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |