| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StrutsConstants
The StrutsConstants
class contains constants used throughout
the WPS Struts portlet implementation.
Field Summary | |
---|---|
static java.lang.String | ACTION_KEY
This key is used to specify the Struts action. |
static java.lang.String | ACTION_LISTENER_KEY
The key used for specifying the name of the action listener. |
static java.lang.String | ACTION_NAME_KEY
The key used for specifying the name of the action. |
static java.lang.String | COMMAND_MANAGER_FACTORY_KEY
The key used for storing the CommandManagerFactory. |
static java.lang.String | CONCRETE_NAME
This key is used for specifying the concrete portlet name. |
static java.lang.String | CONFIG_PARAM_MAX_ACTION_CHAINING
The init parameter is to set a the max action chaining value. |
static java.lang.String | CONFIG_PARAM_SECURITY_CSS_PROTECTION
The init parameter is to set a local security.css.protection value. |
static java.lang.String | COPYRIGHT
copyright statement. |
static java.lang.String | ERROR_RESPONSE_FORMATTER_KEY
The key used for storing the Error Response Formatter. |
static java.lang.String | FORWARD_KEY
This key is used for specifying a Struts forward. |
static java.lang.String | INCLUDE_TILE
Attribute name to indicate this is an include of a tile. |
static java.lang.String | INCLUDE_TILE_COMMAND
Attribute name to obtain the include tile command. |
static java.lang.String | INIT_PARAM_CHECK_FILE_EXISTENCE
Throw a portlet exception if the included file cannot be found. |
static java.lang.String | INIT_PARAM_COMMAND_MANAGER_PLUGIN
Allow specifying the command manager plugin. |
static java.lang.String | INIT_PARAM_COMMANDS_PREFIX
The name of the configuration parameter for setting how commands are prefixed. |
static java.lang.String | INIT_PARAM_CONFIGURE_MODE
The name of the configuration parameter for specifying configure mode label. |
static java.lang.String | INIT_PARAM_DETERMINE_STRUTS_CALLER_INFO
Deprecated. |
static java.lang.String | INIT_PARAM_EDIT_MODE
The name of the configuration parameter for specifying edit mode label. |
static java.lang.String | INIT_PARAM_HELP_MODE
The name of the configuration parameter for specifying help mode label. |
static java.lang.String | INIT_PARAM_HIDE_PARAMS_IN_RENDER
Hide request parameters in render phase. |
static java.lang.String | INIT_PARAM_INCLUDES_SEARCH_PATH
The name of the configuration parameter for specifying the path to use when searching for includes. |
static java.lang.String | INIT_PARAM_LAST_MODIFIED_SUPPORTED
Last modified is supported by this application. |
static java.lang.String | INIT_PARAM_MODULE_SEARCH_PATH
Use this init parameter in the web deployment descriptor to specify the module search path. |
static java.lang.String | INIT_PARAM_NAMESCOPE_FORM_NAME
The Struts Portlet Framework namescopes the form names. |
static java.lang.String | INIT_PARAM_NAMESCOPE_SERVLET_CONTEXT
Namescope Servlet Context. |
static java.lang.String | INIT_PARAM_PORTLET_SESSION_MODE
Allow JSPs to use portlet session. |
static java.lang.String | INIT_PARAM_PROCESSING_PHASE_SUPPORTED
Struts Action processing phase support, default is true. |
static java.lang.String | INIT_PARAM_STRUTS_SERVLET_MAPPING
Use this init parameter in the web deployment descriptor to specify the name of the Struts servlet mapping |
static java.lang.String | INIT_PARAM_SUB_APPLICATION_SEARCH_PATH
Deprecated. |
static java.lang.String | INIT_PARAM_USE_GROUPS_FOR_ACCESS
The name of the configuration parameter for determining whether to use groups in place of roles in processRoles. |
static java.lang.String | INIT_PARAM_USE_PORTALS_LOCALE
This parameter will allow a Struts application to use the request processor's processLocale method for controlling locale. |
static java.lang.String | INIT_PARAM_VIEW_MODE
The name of the configuration parameter for specifying view mode label. |
static java.lang.String | INIT_PARAM_WELCOME_FILE_SEARCH_PATH
Allows specifying the search path for welcome files. |
static java.lang.String | PREVIOUS_MODE
The key used for storing the previous mode. |
static java.lang.String | PROCESSING_PHASE
Attribute name for processing phase. |
static int | RELEASE_NUMBER
Current release number. |
static java.lang.String | REMOVE_ON_MODE_CHANGE
Attribute name to indicate that a command should be removed on a mode change. |
static java.lang.String | RENDER_PHASE
Response phase. |
static java.lang.String | REQUEST_PHASE
Request phase. |
static java.lang.String | SESSION_STATE
The key used for storing the session state. |
static java.lang.String | SPF_DEFAULT_MESSAGE_RESOURCES_NAME
The name of the default message resources file for the Struts Portlet Framework. |
static java.lang.String | SPF_MESSAGE_ATTRIBUTE
The IStrutsPortletMessage interface allows specifying an attribute that should be made available to Struts actions. |
static java.lang.String | STRUTS_VIEW_ACTION
Attribute name to indicate this is a view action. |
static java.lang.String | TILES_DEFINITION
Attribute name to indicate the last tiles controller that was invoked. |
static java.lang.String | VIEW_COMMAND_FACTORY_KEY
The key used for storing the StrutsCommandViewFactory. |
static java.lang.String | VIEW_COMMANDS
The key used for storing the view command. |
Fields inherited from interface com.ibm.portal.struts.portlet.StrutsBaseConstants |
---|
CONFIGURE_MODE, CONTEXT_PATH_PREFIX, EDIT_MODE, HELP_MODE, ISTRUTS_PREPARE_RENDER_ACTION, ISTRUTS_SINGLE_ACTION, LOOP_COUNT, MAX_LOOP_COUNT, NULL_VALUE, PATH_DATA, PREFIX, PSEUDO_RESPONSE, VIEW_MODE, WPS_ACTION_SERVLET_KEY |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String ACTION_KEY
static final java.lang.String FORWARD_KEY
static final java.lang.String CONCRETE_NAME
static final java.lang.String ACTION_NAME_KEY
static final java.lang.String ACTION_LISTENER_KEY
static final java.lang.String VIEW_COMMAND_FACTORY_KEY
static final java.lang.String COMMAND_MANAGER_FACTORY_KEY
static final java.lang.String ERROR_RESPONSE_FORMATTER_KEY
static final java.lang.String SPF_MESSAGE_ATTRIBUTE
static final java.lang.String VIEW_COMMANDS
static final java.lang.String SESSION_STATE
static final java.lang.String PREVIOUS_MODE
static final int RELEASE_NUMBER
static final java.lang.String REMOVE_ON_MODE_CHANGE
static final java.lang.String TILES_DEFINITION
static final java.lang.String INCLUDE_TILE
static final java.lang.String INCLUDE_TILE_COMMAND
static final java.lang.String PROCESSING_PHASE
static final java.lang.String REQUEST_PHASE
static final java.lang.String RENDER_PHASE
static final java.lang.String INIT_PARAM_STRUTS_SERVLET_MAPPING
static final java.lang.String INIT_PARAM_SUB_APPLICATION_SEARCH_PATH
static final java.lang.String INIT_PARAM_MODULE_SEARCH_PATH
static final java.lang.String INIT_PARAM_EDIT_MODE
static final java.lang.String INIT_PARAM_CONFIGURE_MODE
static final java.lang.String INIT_PARAM_HELP_MODE
static final java.lang.String INIT_PARAM_VIEW_MODE
static final java.lang.String INIT_PARAM_INCLUDES_SEARCH_PATH
static final java.lang.String INIT_PARAM_DETERMINE_STRUTS_CALLER_INFO
static final java.lang.String INIT_PARAM_USE_GROUPS_FOR_ACCESS
static final java.lang.String INIT_PARAM_COMMANDS_PREFIX
static final java.lang.String INIT_PARAM_USE_PORTALS_LOCALE
static final java.lang.String INIT_PARAM_NAMESCOPE_FORM_NAME
static final java.lang.String INIT_PARAM_LAST_MODIFIED_SUPPORTED
static final java.lang.String INIT_PARAM_PROCESSING_PHASE_SUPPORTED
static final java.lang.String INIT_PARAM_HIDE_PARAMS_IN_RENDER
static final java.lang.String INIT_PARAM_NAMESCOPE_SERVLET_CONTEXT
static final java.lang.String INIT_PARAM_COMMAND_MANAGER_PLUGIN
static final java.lang.String INIT_PARAM_PORTLET_SESSION_MODE
static final java.lang.String INIT_PARAM_WELCOME_FILE_SEARCH_PATH
static final java.lang.String INIT_PARAM_CHECK_FILE_EXISTENCE
static final java.lang.String STRUTS_VIEW_ACTION
static final java.lang.String SPF_DEFAULT_MESSAGE_RESOURCES_NAME
static final java.lang.String CONFIG_PARAM_SECURITY_CSS_PROTECTION
static final java.lang.String CONFIG_PARAM_MAX_ACTION_CHAINING
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |