API Overview API Index Package Overview Direct link to this page
Struts 1.3
  org.apache.struts. Globals View Source
Author(s)
Since
Version
$Rev: 471754 $ $Date: 2005-06-18 20:27:26 -0400 (Sat, 18 Jun 2005) $
Serial
Hierarchy
 Object
      Globals
Implements
 Serializable
Subclasses
Description
public class Globals
Global manifest constants for the entire Struts Framework.
See also:   
Constructors
public Globals ()
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic String ACTION_SERVLET_KEY = "org.apache.struts.action.ACTION_SERVLET"
  The context attributes key under which our ActionServlet instance will be stored.
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.
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.
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.
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.
publicfinalstatic String MESSAGES_KEY = "org.apache.struts.action.MESSAGE"
  The base of the context attributes key under which our module MessageResources will be stored.
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.
publicfinalstatic String MODULE_PREFIXES_KEY = "org.apache.struts.globals.MODULE_PREFIXES"
  The ServletContext attribute under which we store the module prefixes String[].
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.
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.
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.
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.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar