|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.chain.Constants
Global constants for the Chain of Responsibility Library.
Field Summary | |
static java.lang.String |
ACTION_CONFIG_KEY
The default context attribute under which the ActionConfig for the current request
will be stored. |
static java.lang.String |
ACTION_FORM_KEY
The default context attribute under which the ActionForm for the current request
will be stored. |
static java.lang.String |
ACTION_KEY
The default context attribute under which the Action for the current request
will be stored. |
static java.lang.String |
ACTION_SERVLET_KEY
The default context attribute under which the ActionServet for the current application
will be stored. |
static java.lang.String |
ACTIONS_KEY
The base part of the context attribute under which a Map containing the Action instances associated with this module are
stored. |
static java.lang.String |
CANCEL_KEY
The default context attribute under which a boolean flag indicating whether this request has been cancelled will be stored. |
static java.lang.String |
CATALOG_ATTR
The context attribute under which the Catalog containing
our defined command chains has been stored. |
static java.lang.String |
EXCEPTION_KEY
The default context attribute under which an Exception will be stored before passing
it to an exception handler chain. |
static java.lang.String |
FORWARD_CONFIG_KEY
The default context attribute under which the ForwardConfig for the current request
will be stored. |
static java.lang.String |
INCLUDE_KEY
The default context attribute under which the include path for the current request will be stored. |
static java.lang.String |
INCLUDE_PATH_INFO
The request attribute under which the path information is stored for processing during a RequestDispatcher.include() call. |
static java.lang.String |
INCLUDE_SERVLET_PATH
The request attribute under which the servlet path is stored for processing during a RequestDispatcher.include() call. |
static java.lang.String |
LOCALE_KEY
The default context attribute under which the Locale for the current request will be stored. |
static java.lang.String |
MESSAGE_RESOURCES_KEY
The default context attribute under which the MessageResources for the current request
will be stored. |
static java.lang.String |
MODULE_CONFIG_KEY
The default context attribute under which the ModuleConfig for the current request
will be stored. |
static java.lang.String |
VALID_KEY
The default context attribute key under which a Boolean
is stored, indicating the valid state of the current request. |
Constructor Summary | |
Constants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ACTION_KEY
The default context attribute under which the
Action
for the current request
will be stored.
public static final java.lang.String ACTION_CONFIG_KEY
The default context attribute under which the
ActionConfig
for the current request
will be stored.
public static final java.lang.String ACTION_FORM_KEY
The default context attribute under which the
ActionForm
for the current request
will be stored.
public static final java.lang.String ACTION_SERVLET_KEY
The default context attribute under which the
ActionServet
for the current application
will be stored.
public static final java.lang.String CANCEL_KEY
The default context attribute under which a boolean flag indicating whether this request has been cancelled will be stored.
public static final java.lang.String EXCEPTION_KEY
The default context attribute under which an
Exception
will be stored before passing
it to an exception handler chain.
public static final java.lang.String FORWARD_CONFIG_KEY
The default context attribute under which the
ForwardConfig
for the current request
will be stored.
public static final java.lang.String INCLUDE_KEY
The default context attribute under which the include path for the current request will be stored.
public static final java.lang.String LOCALE_KEY
The default context attribute under which the
Locale
for the current request will be stored.
public static final java.lang.String MESSAGE_RESOURCES_KEY
The default context attribute under which the
MessageResources
for the current request
will be stored.
public static final java.lang.String MODULE_CONFIG_KEY
The default context attribute under which the
ModuleConfig
for the current request
will be stored.
public static final java.lang.String VALID_KEY
The default context attribute key under which a Boolean
is stored, indicating the valid state of the current request. If not
present, a value of Boolean.FALSE
should be assumed.
public static final java.lang.String ACTIONS_KEY
The base part of the context attribute under which a Map containing
the Action
instances associated with this module are
stored. This value must be suffixed with the module prefix in order
to create a unique key per module.
public static final java.lang.String CATALOG_ATTR
The context attribute under which the Catalog
containing
our defined command chains has been stored.
public static final java.lang.String INCLUDE_PATH_INFO
The request attribute under which the path information is stored for processing during a RequestDispatcher.include() call.
public static final java.lang.String INCLUDE_SERVLET_PATH
The request attribute under which the servlet path is stored for processing during a RequestDispatcher.include() call.
Constructor Detail |
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |