Apache Tomcat 7.0.37

org.apache.catalina
Class Globals

java.lang.Object
  extended by org.apache.catalina.Globals

public final class Globals
extends Object

Global constants that are applicable to multiple packages within Catalina.

Version:
$Id: Globals.java 1301255 2012-03-15 22:47:40Z markt $
Author:
Craig R. McClanahan

Field Summary
static String ALT_DD_ATTR
          The servlet context attribute under which we store the alternate deployment descriptor for this web application
static String ASYNC_SUPPORTED_ATTR
           
static String CATALINA_BASE_PROP
          Name of the system property containing the tomcat instance installation path
static String CATALINA_HOME_PROP
          Name of the system property containing the tomcat product installation path
static 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 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 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 String COMET_SUPPORTED_ATTR
          The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports Comet API.
static String COMET_TIMEOUT_ATTR
          The request attribute that can be set to a value of type java.lang.Integer to specify per-connection request timeout for Comet API.
static String COMET_TIMEOUT_SUPPORTED_ATTR
          The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports setting per-connection request timeout through Comet API.
static String DEFAULT_MBEAN_DOMAIN
          Default domain for MBeans if none can be determined
static String DISPATCHER_REQUEST_PATH_ATTR
          Request dispatcher path.
static String DISPATCHER_TYPE_ATTR
          Request dispatcher state.
static String GSS_CREDENTIAL_ATTR
           
static boolean IS_SECURITY_ENABLED
          Has security been turned on?
static 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 String MBEAN_REGISTRY_ATTR
          Deprecated. Unused. Will be removed in Tomcat 8.0.x.
static String MBEAN_SERVER_ATTR
          Deprecated. Unused. Will be removed in Tomcat 8.0.x.
static String NAMED_DISPATCHER_ATTR
          The request attribute under which we store the servlet name on a named dispatcher request.
static String PARAMETER_PARSE_FAILED_ATTR
          The request attribute that is set to Boolean.TRUE if some request parameters have been ignored during request parameters parsing.
static String RESOURCES_ATTR
          The JNDI directory context which is associated with the context.
static String SENDFILE_FILE_END_ATTR
          The request attribute that can be used by a servlet to pass to the connector the end offset (not including) of the part of a file that is to be served by sendfile.
static String SENDFILE_FILE_START_ATTR
          The request attribute that can be used by a servlet to pass to the connector the start offset of the part of a file that is to be served by sendfile.
static String SENDFILE_FILENAME_ATTR
          The request attribute that can be used by a servlet to pass to the connector the name of the file that is to be served by sendfile.
static String SENDFILE_SUPPORTED_ATTR
          The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports use of sendfile.
static 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 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 String SSL_SESSION_ID_TOMCAT_ATTR
          Deprecated.  
static 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 String SUBJECT_ATTR
          The subject under which the AccessControlContext is running.
static String TOMCAT_CONNECTOR_ATTR_PREFIX
          Deprecated. Unused. Will be removed in Tomcat 8.0.x.
 
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

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

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

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

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

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

SSL_SESSION_ID_TOMCAT_ATTR

@Deprecated
public static final String SSL_SESSION_ID_TOMCAT_ATTR
Deprecated. 
Tomcat specific attribute as used in Tomcat 6.

See Also:
Constant Field Values

SSL_SESSION_MGR_ATTR

public static final String SSL_SESSION_MGR_ATTR
The request attribute key for the session manager. This one is a Tomcat extension to the Servlet spec.

See Also:
Constant Field Values

MBEAN_REGISTRY_ATTR

@Deprecated
public static final String MBEAN_REGISTRY_ATTR
Deprecated. Unused. Will be removed in Tomcat 8.0.x.
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

@Deprecated
public static final String MBEAN_SERVER_ATTR
Deprecated. Unused. Will be removed in Tomcat 8.0.x.
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

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

SUBJECT_ATTR

public static final String SUBJECT_ATTR
The subject under which the AccessControlContext is running.

See Also:
Constant Field Values

GSS_CREDENTIAL_ATTR

public static final String GSS_CREDENTIAL_ATTR
See Also:
Constant Field Values

TOMCAT_CONNECTOR_ATTR_PREFIX

@Deprecated
public static final String TOMCAT_CONNECTOR_ATTR_PREFIX
Deprecated. Unused. Will be removed in Tomcat 8.0.x.
All request attributes which names start with this prefix are used by connector implementations. They are passed down to coyoteRequest and back up. See Request.setAttribute(String, Object).

See Also:
Constant Field Values

COMET_SUPPORTED_ATTR

public static final String COMET_SUPPORTED_ATTR
The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports Comet API. Duplicated here for neater code in the catalina packages.

See Also:
Constant Field Values

COMET_TIMEOUT_SUPPORTED_ATTR

public static final String COMET_TIMEOUT_SUPPORTED_ATTR
The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports setting per-connection request timeout through Comet API.

See Also:
Duplicated here for neater code in the catalina packages., Constant Field Values

COMET_TIMEOUT_ATTR

public static final String COMET_TIMEOUT_ATTR
The request attribute that can be set to a value of type java.lang.Integer to specify per-connection request timeout for Comet API. The value is in milliseconds.

See Also:
Duplicated here for neater code in the catalina packages., Constant Field Values

SENDFILE_SUPPORTED_ATTR

public static final String SENDFILE_SUPPORTED_ATTR
The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports use of sendfile. Duplicated here for neater code in the catalina packages.

See Also:
Constant Field Values

SENDFILE_FILENAME_ATTR

public static final String SENDFILE_FILENAME_ATTR
The request attribute that can be used by a servlet to pass to the connector the name of the file that is to be served by sendfile. The value should be java.lang.String that is File.getCanonicalPath() of the file to be served. Duplicated here for neater code in the catalina packages.

See Also:
Constant Field Values

SENDFILE_FILE_START_ATTR

public static final String SENDFILE_FILE_START_ATTR
The request attribute that can be used by a servlet to pass to the connector the start offset of the part of a file that is to be served by sendfile. The value should be java.lang.Long. To serve complete file the value should be Long.valueOf(0). Duplicated here for neater code in the catalina packages.

See Also:
Constant Field Values

SENDFILE_FILE_END_ATTR

public static final String SENDFILE_FILE_END_ATTR
The request attribute that can be used by a servlet to pass to the connector the end offset (not including) of the part of a file that is to be served by sendfile. The value should be java.lang.Long. To serve complete file the value should be equal to the length of the file. Duplicated here for neater code in the catalina packages.

See Also:
Constant Field Values

ASYNC_SUPPORTED_ATTR

public static final String ASYNC_SUPPORTED_ATTR
See Also:
Constant Field Values

PARAMETER_PARSE_FAILED_ATTR

public static final String PARAMETER_PARSE_FAILED_ATTR
The request attribute that is set to Boolean.TRUE if some request parameters have been ignored during request parameters parsing. It can happen, for example, if there is a limit on the total count of parseable parameters, or if parameter cannot be decoded, or any other error happened during parameter parsing.

See Also:
Constant Field Values

STRICT_SERVLET_COMPLIANCE

public static final boolean STRICT_SERVLET_COMPLIANCE
The master flag which controls strict servlet specification compliance.


IS_SECURITY_ENABLED

public static final boolean IS_SECURITY_ENABLED
Has security been turned on?


DEFAULT_MBEAN_DOMAIN

public static final String DEFAULT_MBEAN_DOMAIN
Default domain for MBeans if none can be determined

See Also:
Constant Field Values

CATALINA_HOME_PROP

public static final String CATALINA_HOME_PROP
Name of the system property containing the tomcat product installation path

See Also:
Constant Field Values

CATALINA_BASE_PROP

public static final String CATALINA_BASE_PROP
Name of the system property containing the tomcat instance installation path

See Also:
Constant Field Values
Constructor Detail

Globals

public Globals()

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.