public class PortletConstants extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | ACTION_MAPPINGKey for the action mapping in the context | 
| static String | ACTION_PARAMAction name parameter name | 
| static String | ACTION_RESETKey for request attribute indicating if the action has been reset. | 
| static String | DEFAULT_ACTION_FOR_MODEKey for the default action name for the portlet, stored in the
  PortletActionContext. | 
| static String | DEFAULT_ACTION_MAPKey for the mode-to-default-action map stored in the
  PortletActionContext. | 
| static String | DEFAULT_ACTION_NAMEDefault action name to use when no default action has been configured in the portlet
 init parameters. | 
| static String | DEFAULT_DISPATCHER_SERVLET_NAMEDefault name of dispatcher servlet in web.xml | 
| static String | DISPATCH_TOKey for the dispatch instruction for the  DispatcherServlet | 
| static String | ERROR_ACTIONName of the action used as error handler | 
| static String | EVENT_ACTIONKey used for looking up and storing the action that was invoked in the action or event phase. | 
| static String | MODE_NAMESPACE_MAPKey for the mode-to-namespace map stored in the
  PortletActionContext. | 
| static String | MODE_PARAMKey for parameter holding the last executed portlet mode. | 
| static String | PHASEKey used for looking up and storing the portlet phase | 
| static String | PORTLET_CONFIGKey used for looking up and storing the
  PortletConfig | 
| static String | PORTLET_NAMESPACEKey for the portlet namespace stored in the
  PortletActionContext. | 
| static String | RENDER_DIRECT_LOCATIONKey for session attribute indicating the location of the render direct action. | 
| static String | RENDER_DIRECT_NAMESPACENamespace use for executing the renderDirect action. | 
| static String | REQUESTKey used for looking up and storing the
  PortletRequest | 
| static String | RESPONSEKey used for looking up and storing the
  PortletResponse | 
| static String | STACK_FROM_EVENT_PHASESession 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
PortletRequestpublic static String RESPONSE
PortletResponsepublic static String EVENT_ACTION
public static String PORTLET_CONFIG
PortletConfigpublic 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
DispatcherServletpublic static String STACK_FROM_EVENT_PHASE
public static String DEFAULT_DISPATCHER_SERVLET_NAME
public static String ACTION_MAPPING
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.