
Fields
publicfinalstatic
String ACTION_SERVLET_KEY
= "org.apache.struts.action.ACTION_SERVLET"

The context attributes key under which our
ActionServlet
instance will be stored.

The context attributes key under which our
ActionServlet
instance will be stored.
Since:
Struts 1.1
publicfinalstatic
String CANCEL_KEY
= "org.apache.struts.action.CANCEL"

The request attributes key under which a boolean
true
value should be stored if this request was cancelled.

The request attributes key under which a boolean
true
value should be stored if this request was cancelled.
Since:
Struts 1.1
publicfinalstatic
String CANCEL_PROPERTY
= "org.apache.struts.taglib.html.CANCEL"
The property under which a Cancel button press is reported.
publicfinalstatic
String CANCEL_PROPERTY_X
= "org.apache.struts.taglib.html.CANCEL.x"
The property under which a Cancel button press is reported, if the
Cancel button is rendered as an image.
publicfinalstatic
String ERROR_KEY
= "org.apache.struts.action.ERROR"
The request attributes key under which your action should store an
org.apache.struts.action.ActionErrors
object, if you are
using the corresponding custom tag library elements.
publicfinalstatic
String EXCEPTION_KEY
= "org.apache.struts.action.EXCEPTION"

The request attributes key under which Struts custom tags might store a
Throwable
that caused them to report a JspException at
runtime.

The request attributes key under which Struts custom tags might store a
Throwable
that caused them to report a JspException at
runtime. This value can be used on an error page to provide more
detailed information about what really went wrong.
publicfinalstatic
String LOCALE_KEY
= "org.apache.struts.action.LOCALE"

The session attributes key under which the user's selected
java.util.Locale
is stored, if any.

The session attributes key under which the user's selected
java.util.Locale
is stored, if any. If no such attribute
is found, the system default locale will be used when retrieving
internationalized messages. If used, this attribute is typically set
during user login processing.
publicfinalstatic
String MAPPING_KEY
= "org.apache.struts.action.mapping.instance"
The request attributes key under which our org.apache.struts.ActionMapping
instance is passed.
publicfinalstatic
String MESSAGE_KEY
= "org.apache.struts.action.ACTION_MESSAGE"

The request attributes key under which your action should store an
org.apache.struts.action.ActionMessages
object, if you are
using the corresponding custom tag library elements.

The request attributes key under which your action should store an
org.apache.struts.action.ActionMessages
object, if you are
using the corresponding custom tag library elements.
Since:
Struts 1.1
publicfinalstatic
String MESSAGES_KEY
= "org.apache.struts.action.MESSAGE"

The base of the context attributes key under which our module
MessageResources
will be stored.
The base of the context attributes key under which our module
MessageResources
will be stored. This will be suffixed
with the actual module prefix (including the leading "/" character) to
form the actual resources key.
For each request processed by the controller servlet, the
MessageResources
object for the module selected by the
request URI currently being processed will also be exposed under this
key as a request attribute.
publicfinalstatic
String MODULE_KEY
= "org.apache.struts.action.MODULE"

The base of the context attributes key under which our
ModuleConfig
data structure will be stored.
The base of the context attributes key under which our
ModuleConfig
data structure will be stored. This will be
suffixed with the actual module prefix (including the leading "/"
character) to form the actual attributes key.
For each request processed by the controller servlet, the
ModuleConfig
object for the module selected by the request
URI currently being processed will also be exposed under this key as a
request attribute.
Since:
Struts 1.1
publicfinalstatic
String MODULE_PREFIXES_KEY
= "org.apache.struts.globals.MODULE_PREFIXES"

The ServletContext attribute under which we store the module prefixes
String[].

The ServletContext attribute under which we store the module prefixes
String[].
Since:
Struts 1.2
publicfinalstatic
String MULTIPART_KEY
= "org.apache.struts.action.mapping.multipartclass"
The request attributes key under which our multipart class is stored.
publicfinalstatic
String ORIGINAL_URI_KEY
= "org.apache.struts.globals.ORIGINAL_URI_KEY"

The request attribute under which we store the original URI of the
request.

The request attribute under which we store the original URI of the
request.
Since:
Struts 1.3
publicfinalstatic
String PLUG_INS_KEY
= "org.apache.struts.action.PLUG_INS"

The base of the context attributes key under which an array of
PlugIn
instances will be stored.
The base of the context attributes key under which an array of
PlugIn
instances will be stored. This will be suffixed
with the actual module prefix (including the leading "/" character) to
form the actual attributes key.
Since:
Struts 1.1
publicfinalstatic
String REQUEST_PROCESSOR_KEY
= "org.apache.struts.action.REQUEST_PROCESSOR"

The base of the context attributes key under which our
RequestProcessor
instance will be stored.
The base of the context attributes key under which our
RequestProcessor
instance will be stored. This will be
suffixed with the actual module prefix (including the leading "/"
character) to form the actual attributes key.
Since:
Struts 1.1
publicfinalstatic
String SERVLET_KEY
= "org.apache.struts.action.SERVLET_MAPPING"
The context attributes key under which we store the mapping defined for
our controller serlet, which will be either a path-mapped pattern
(/action/*
) or an extension mapped pattern
(*.do
).
publicfinalstatic
String TAGLIB_PACKAGE
= "org.apache.struts.taglib.html"
The name of the taglib package.
publicfinalstatic
String TOKEN_KEY
= "org.apache.struts.taglib.html.TOKEN"
The property under which a transaction token is reported.
publicfinalstatic
String TRANSACTION_TOKEN_KEY
= "org.apache.struts.action.TOKEN"
The session attributes key under which our transaction token is stored,
if it is used.
publicfinalstatic
String XHTML_KEY
= "org.apache.struts.globals.XHTML"

The page attributes key under which xhtml status is stored.

The page attributes key under which xhtml status is stored. This may
be "true" or "false". When set to true, the html tags output xhtml.
Since:
Struts 1.1