Field Summary |
|
final public static String | ACTION_SERVLET_KEY The context attributes key under which our ActionServlet
instance will be stored. |
final public static String | CANCEL_KEY The request attributes key under which a boolean true
value should be stored if this request was cancelled. |
final public static String | CANCEL_PROPERTY The property under which a Cancel button press is reported. |
final public static String | CANCEL_PROPERTY_X The property under which a Cancel button press is reported, if the
Cancel button is rendered as an image. |
final public static String | ERROR_KEY 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. |
final public static String | EXCEPTION_KEY The request attributes key under which Struts custom tags might store a
Throwable that caused them to report a JspException at
runtime. |
final public static String | LOCALE_KEY The session attributes key under which the user's selected
java.util.Locale is stored, if any. |
final public static String | MAPPING_KEY The request attributes key under which our org.apache.struts.ActionMapping
instance is passed. |
final public static String | MESSAGES_KEY The base of the context attributes key under which our module
MessageResources will be stored. |
final public static String | MESSAGE_KEY 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. |
final public static String | MODULE_KEY The base of the context attributes key under which our
ModuleConfig data structure will be stored. |
final public static String | MODULE_PREFIXES_KEY The ServletContext attribute under which we store the module prefixes
String[]. |
final public static String | MULTIPART_KEY The request attributes key under which our multipart class is stored. |
final public static String | ORIGINAL_URI_KEY The request attribute under which we store the original URI of the
request. |
final public static String | PLUG_INS_KEY The base of the context attributes key under which an array of
PlugIn instances will be stored. |
final public static String | REQUEST_PROCESSOR_KEY The base of the context attributes key under which our
RequestProcessor instance will be stored. |
final public static String | SERVLET_KEY 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 ). |
final public static String | TAGLIB_PACKAGE The name of the taglib package. |
final public static String | TOKEN_KEY The property under which a transaction token is reported. |
final public static String | TRANSACTION_TOKEN_KEY The session attributes key under which our transaction token is stored,
if it is used. |
final public static String | XHTML_KEY The page attributes key under which xhtml status is stored. |