public class PortletConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_MAPPING
Key for the action mapping in the context
|
static String |
ACTION_PARAM
Action name parameter name
|
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_MAP
Key for the mode-to-default-action map 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 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 String |
RENDER_DIRECT_NAMESPACE
Namespace use for executing the renderDirect action.
|
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 String |
STACK_FROM_EVENT_PHASE
Session key where the value stack from the event phase is stored.
|
Constructor and Description |
---|
PortletConstants() |
public static String DEFAULT_ACTION_NAME
public static String ACTION_PARAM
public static String MODE_PARAM
public static String 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_MAP
PortletActionContext
.public static String DEFAULT_ACTION_FOR_MODE
PortletActionContext
.public static String ACTION_RESET
public static String RENDER_DIRECT_LOCATION
public static String RENDER_DIRECT_NAMESPACE
public static String DISPATCH_TO
DispatcherServlet
public static String STACK_FROM_EVENT_PHASE
public static String DEFAULT_DISPATCHER_SERVLET_NAME
public static String ACTION_MAPPING
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.