|
Apache Tomcat 7.0.22 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.catalina.Globals
public final class Globals
Global constants that are applicable to multiple packages within Catalina.
Field Summary | |
---|---|
static java.lang.String |
ALT_DD_ATTR
The servlet context attribute under which we store the alternate deployment descriptor for this web application |
static java.lang.String |
ASYNC_SUPPORTED_ATTR
|
static java.lang.String |
CATALINA_BASE_PROP
Name of the system property containing the tomcat instance installation path |
static java.lang.String |
CATALINA_HOME_PROP
Name of the system property containing the tomcat product installation path |
static java.lang.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. |
static java.lang.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). |
static java.lang.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. |
static java.lang.String |
DEFAULT_MBEAN_DOMAIN
Default domain for MBeans if none can be determined |
static java.lang.String |
DISPATCHER_REQUEST_PATH_ATTR
Request dispatcher path. |
static java.lang.String |
DISPATCHER_TYPE_ATTR
Request dispatcher state. |
static java.lang.String |
GSS_CREDENTIAL_ATTR
|
static boolean |
IS_SECURITY_ENABLED
Has security been turned on? |
static java.lang.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). |
static java.lang.String |
MBEAN_REGISTRY_ATTR
The servlet context attribute under which the managed bean Registry will be stored for privileged contexts (if enabled). |
static java.lang.String |
MBEAN_SERVER_ATTR
The servlet context attribute under which the MBeanServer will be stored for privileged contexts (if enabled). |
static java.lang.String |
NAMED_DISPATCHER_ATTR
The request attribute under which we store the servlet name on a named dispatcher request. |
static java.lang.String |
RESOURCES_ATTR
The JNDI directory context which is associated with the context. |
static java.lang.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. |
static java.lang.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). |
static java.lang.String |
SSL_SESSION_ID_TOMCAT_ATTR
Deprecated. |
static java.lang.String |
SSL_SESSION_MGR_ATTR
The request attribute key for the session manager. |
static boolean |
STRICT_SERVLET_COMPLIANCE
The master flag which controls strict servlet specification compliance. |
static java.lang.String |
SUBJECT_ATTR
The subject under which the AccessControlContext is running. |
Constructor Summary | |
---|---|
Globals()
|
Method Summary |
---|
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 ALT_DD_ATTR
public static final java.lang.String CERTIFICATES_ATTR
public static final java.lang.String CIPHER_SUITE_ATTR
public static final java.lang.String DISPATCHER_TYPE_ATTR
public static final java.lang.String DISPATCHER_REQUEST_PATH_ATTR
public static final java.lang.String RESOURCES_ATTR
public static final java.lang.String CLASS_PATH_ATTR
public static final java.lang.String KEY_SIZE_ATTR
public static final java.lang.String SSL_SESSION_ID_ATTR
@Deprecated public static final java.lang.String SSL_SESSION_ID_TOMCAT_ATTR
public static final java.lang.String SSL_SESSION_MGR_ATTR
public static final java.lang.String MBEAN_REGISTRY_ATTR
public static final java.lang.String MBEAN_SERVER_ATTR
public static final java.lang.String NAMED_DISPATCHER_ATTR
public static final java.lang.String SSI_FLAG_ATTR
public static final java.lang.String SUBJECT_ATTR
public static final java.lang.String GSS_CREDENTIAL_ATTR
public static final boolean STRICT_SERVLET_COMPLIANCE
public static final boolean IS_SECURITY_ENABLED
public static final java.lang.String ASYNC_SUPPORTED_ATTR
public static final java.lang.String DEFAULT_MBEAN_DOMAIN
public static final java.lang.String CATALINA_HOME_PROP
public static final java.lang.String CATALINA_BASE_PROP
Constructor Detail |
---|
public Globals()
|
Apache Tomcat 7.0.22 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |