Package org.apache.catalina
Class Globals
- java.lang.Object
-
- org.apache.catalina.Globals
-
public final class Globals extends Object
Global constants that are applicable to multiple packages within Catalina.- Version:
- $Revision: 1.12 $ $Date: 2007/06/18 23:14:22 $
- Author:
- Craig R. McClanahan
-
-
Field Summary
Fields Modifier and Type Field Description static StringALT_DD_ATTRThe servlet context attribute under which we store the alternate deployment descriptor for this web applicationstatic StringALTERNATE_RESOURCES_ATTRstatic StringCERTIFICATES_ATTRThe request attribute under which we store the array of X509Certificate objects representing the certificate chain presented by our client, if any.static StringCIPHER_SUITE_ATTRThe request attribute under which we store the name of the cipher suite being used on an SSL connection (as an object of type java.lang.String).static StringCLASS_LOADER_ATTRThe servlet context attribute under which we store the class loader used for loading servlets (as an object of type java.lang.ClassLoader).static StringCLASS_PATH_ATTRThe servlet context attribute under which we store the class path for our application class loader (as an object of type String), delimited with the appropriate path delimiter for this platform.static StringCONSTRAINT_URIRequest path.static StringDEFAULT_SERVLET_CLASS_NAMEThe class name of the default servletstatic StringDISPATCHER_REQUEST_PATH_ATTRRequest dispatcher path.static StringDISPATCHER_TYPE_ATTRRequest dispatcher state.static StringFACES_INITIALIZERstatic StringINVOKED_ATTRThe request attribute under which the Invoker servlet will store the invoking servlet path, if it was used to execute a servlet indirectly instead of through a servlet mapping.static booleanIS_SECURITY_ENABLEDHas security been turned on?static StringISO_8859_1_ENCODINGstatic StringJREPLICA_COOKIE_NAMEstatic StringJREPLICA_PARAMETERstatic StringJREPLICA_PARAMETER_NAMEstatic StringJREPLICA_SESSION_NOTEstatic StringJSP_FILE_ATTRThe request attribute under which we expose the value of the<jsp-file>value associated with this servlet, if any.static StringJSP_PROPERTY_GROUPS_CONTEXT_ATTRIBUTEstatic StringJSP_TLD_URI_TO_LOCATION_MAPstatic StringKEY_SIZE_ATTRThe request attribute under which we store the key size being used for this SSL connection (as an object of type java.lang.Integer).static StringMBEAN_REGISTRY_ATTRThe servlet context attribute under which the managed bean Registry will be stored for privileged contexts (if enabled).static StringMBEAN_SERVER_ATTRThe servlet context attribute under which the MBeanServer will be stored for privileged contexts (if enabled).static StringMETA_INF_RESOURCESstatic StringNAMED_DISPATCHER_ATTRThe request attribute under which we store the servlet name on a named dispatcher request.static StringREQUEST_FACADE_HELPERstatic StringRESOURCES_ATTRThe JNDI directory context which is associated with the context.static StringSESSION_COOKIE_NAMEThe name of the cookie used to pass the session identifier back and forth with the client.static StringSESSION_PARAMETER_NAMEThe name of the path parameter used to pass the session identifier back and forth with the client.static StringSESSION_TRACKERstatic StringSESSION_VERSION_COOKIE_NAMEThe name of the cookie used to carry a session's version infostatic StringSESSION_VERSION_PARAMETERstatic StringSESSION_VERSION_PARAMETER_NAMEThe name of the path parameter used to carry a session's version infostatic StringSESSION_VERSIONS_REQUEST_ATTRIBUTEstatic StringSSI_FLAG_ATTRThe servlet context attribute under which we store a flag used to mark this request as having been processed by the SSIServlet.static StringSSL_CERTIFICATE_ATTRSSL Certificate Request Attributite.static StringSSL_SESSION_ID_ATTRThe request attribute under which we store the session id being used for this SSL connection (as an object of type java.lang.String).static StringSUBJECT_ATTRThe subject under which the AccessControlContext is running.static StringWEB_XML_VERSION_CONTEXT_ATTRIBUTEstatic StringWRAPPED_REQUESTstatic StringWRAPPED_RESPONSE
-
Constructor Summary
Constructors Constructor Description Globals()
-
-
-
Field Detail
-
ALT_DD_ATTR
public static final String ALT_DD_ATTR
The servlet context attribute under which we store the alternate deployment descriptor for this web application- See Also:
- Constant Field Values
-
CERTIFICATES_ATTR
public static final String CERTIFICATES_ATTR
The request attribute under which we store the array of X509Certificate objects representing the certificate chain presented by our client, if any.- See Also:
- Constant Field Values
-
SSL_CERTIFICATE_ATTR
public static final String SSL_CERTIFICATE_ATTR
SSL Certificate Request Attributite.- See Also:
- Constant Field Values
-
CIPHER_SUITE_ATTR
public static final String CIPHER_SUITE_ATTR
The request attribute under which we store the name of the cipher suite being used on an SSL connection (as an object of type java.lang.String).- See Also:
- Constant Field Values
-
CLASS_LOADER_ATTR
public static final String CLASS_LOADER_ATTR
The servlet context attribute under which we store the class loader used for loading servlets (as an object of type java.lang.ClassLoader).- See Also:
- Constant Field Values
-
DISPATCHER_TYPE_ATTR
public static final String DISPATCHER_TYPE_ATTR
Request dispatcher state.- See Also:
- Constant Field Values
-
DISPATCHER_REQUEST_PATH_ATTR
public static final String DISPATCHER_REQUEST_PATH_ATTR
Request dispatcher path.- See Also:
- Constant Field Values
-
RESOURCES_ATTR
public static final String RESOURCES_ATTR
The JNDI directory context which is associated with the context. This context can be used to manipulate static files.- See Also:
- Constant Field Values
-
ALTERNATE_RESOURCES_ATTR
public static final String ALTERNATE_RESOURCES_ATTR
- See Also:
- Constant Field Values
-
CLASS_PATH_ATTR
public static final String CLASS_PATH_ATTR
The servlet context attribute under which we store the class path for our application class loader (as an object of type String), delimited with the appropriate path delimiter for this platform.- See Also:
- Constant Field Values
-
INVOKED_ATTR
public static final String INVOKED_ATTR
The request attribute under which the Invoker servlet will store the invoking servlet path, if it was used to execute a servlet indirectly instead of through a servlet mapping.- See Also:
- Constant Field Values
-
JSP_FILE_ATTR
public static final String JSP_FILE_ATTR
The request attribute under which we expose the value of the<jsp-file>value associated with this servlet, if any.- See Also:
- Constant Field Values
-
KEY_SIZE_ATTR
public static final String KEY_SIZE_ATTR
The request attribute under which we store the key size being used for this SSL connection (as an object of type java.lang.Integer).- See Also:
- Constant Field Values
-
SSL_SESSION_ID_ATTR
public static final String SSL_SESSION_ID_ATTR
The request attribute under which we store the session id being used for this SSL connection (as an object of type java.lang.String).- See Also:
- Constant Field Values
-
MBEAN_REGISTRY_ATTR
public static final String MBEAN_REGISTRY_ATTR
The servlet context attribute under which the managed bean Registry will be stored for privileged contexts (if enabled).- See Also:
- Constant Field Values
-
MBEAN_SERVER_ATTR
public static final String MBEAN_SERVER_ATTR
The servlet context attribute under which the MBeanServer will be stored for privileged contexts (if enabled).- See Also:
- Constant Field Values
-
NAMED_DISPATCHER_ATTR
public static final String NAMED_DISPATCHER_ATTR
The request attribute under which we store the servlet name on a named dispatcher request.- See Also:
- Constant Field Values
-
SESSION_COOKIE_NAME
public static final String SESSION_COOKIE_NAME
The name of the cookie used to pass the session identifier back and forth with the client.- See Also:
- Constant Field Values
-
SESSION_PARAMETER_NAME
public static final String SESSION_PARAMETER_NAME
The name of the path parameter used to pass the session identifier back and forth with the client.- See Also:
- Constant Field Values
-
SUBJECT_ATTR
public static final String SUBJECT_ATTR
The subject under which the AccessControlContext is running.- See Also:
- Constant Field Values
-
DEFAULT_SERVLET_CLASS_NAME
public static final String DEFAULT_SERVLET_CLASS_NAME
The class name of the default servlet
-
IS_SECURITY_ENABLED
public static final boolean IS_SECURITY_ENABLED
Has security been turned on?
-
JSP_PROPERTY_GROUPS_CONTEXT_ATTRIBUTE
public static final String JSP_PROPERTY_GROUPS_CONTEXT_ATTRIBUTE
- See Also:
- Constant Field Values
-
WEB_XML_VERSION_CONTEXT_ATTRIBUTE
public static final String WEB_XML_VERSION_CONTEXT_ATTRIBUTE
- See Also:
- Constant Field Values
-
JSP_TLD_URI_TO_LOCATION_MAP
public static final String JSP_TLD_URI_TO_LOCATION_MAP
- See Also:
- Constant Field Values
-
SESSION_TRACKER
public static final String SESSION_TRACKER
- See Also:
- Constant Field Values
-
REQUEST_FACADE_HELPER
public static final String REQUEST_FACADE_HELPER
- See Also:
- Constant Field Values
-
SESSION_VERSION_COOKIE_NAME
public static final String SESSION_VERSION_COOKIE_NAME
The name of the cookie used to carry a session's version info- See Also:
- Constant Field Values
-
SESSION_VERSION_PARAMETER_NAME
public static final String SESSION_VERSION_PARAMETER_NAME
The name of the path parameter used to carry a session's version info- See Also:
- Constant Field Values
-
SESSION_VERSION_PARAMETER
public static final String SESSION_VERSION_PARAMETER
- See Also:
- Constant Field Values
-
SESSION_VERSIONS_REQUEST_ATTRIBUTE
public static final String SESSION_VERSIONS_REQUEST_ATTRIBUTE
- See Also:
- Constant Field Values
-
JREPLICA_COOKIE_NAME
public static final String JREPLICA_COOKIE_NAME
- See Also:
- Constant Field Values
-
JREPLICA_PARAMETER_NAME
public static final String JREPLICA_PARAMETER_NAME
- See Also:
- Constant Field Values
-
JREPLICA_PARAMETER
public static final String JREPLICA_PARAMETER
- See Also:
- Constant Field Values
-
JREPLICA_SESSION_NOTE
public static final String JREPLICA_SESSION_NOTE
- See Also:
- Constant Field Values
-
WRAPPED_REQUEST
public static final String WRAPPED_REQUEST
- See Also:
- Constant Field Values
-
WRAPPED_RESPONSE
public static final String WRAPPED_RESPONSE
- See Also:
- Constant Field Values
-
SSI_FLAG_ATTR
public static final String SSI_FLAG_ATTR
The servlet context attribute under which we store a flag used to mark this request as having been processed by the SSIServlet. We do this because of the pathInfo mangling happening when using the CGIServlet in conjunction with the SSI servlet. (value stored as an object of type String)- See Also:
- Constant Field Values
-
CONSTRAINT_URI
public static final String CONSTRAINT_URI
Request path.- See Also:
- Constant Field Values
-
META_INF_RESOURCES
public static final String META_INF_RESOURCES
- See Also:
- Constant Field Values
-
ISO_8859_1_ENCODING
public static final String ISO_8859_1_ENCODING
- See Also:
- Constant Field Values
-
FACES_INITIALIZER
public static final String FACES_INITIALIZER
- See Also:
- Constant Field Values
-
-