| 
 | Apache Tomcat 6.0.53 | ||||||||
| 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_ATTRThe servlet context attribute under which we store the alternate deployment descriptor for this web application | 
| static java.lang.String | CATALINA_BASE_PROPName of the system property containing the Tomcat instance installation path | 
| static java.lang.String | CATALINA_HOME_PROPName of the system property containing the Tomcat product installation path | 
| static java.lang.String | CERTIFICATES_ATTRThe 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_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 java.lang.String | CLASS_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 java.lang.String | CLASS_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 java.lang.String | DISPATCHER_REQUEST_PATH_ATTRRequest dispatcher path. | 
| static java.lang.String | DISPATCHER_TYPE_ATTRRequest dispatcher state. | 
| static java.lang.String | ERROR_MESSAGE_ATTRThe request attribute under which we forward an HTTP status message (as an object of type STring) to an error page. | 
| static java.lang.String | EXCEPTION_ATTRThe request attribute under which we forward a Java exception (as an object of type Throwable) to an error page. | 
| static java.lang.String | EXCEPTION_PAGE_ATTRThe request attribute under which we forward the request URI (as an object of type String) of the page on which an error occurred. | 
| static java.lang.String | EXCEPTION_TYPE_ATTRThe request attribute under which we forward a Java exception type (as an object of type Class) to an error page. | 
| static java.lang.String | FORWARD_CONTEXT_PATH_ATTRThe request attribute under which the original context path is stored on an forwarded dispatcher request. | 
| static java.lang.String | FORWARD_PATH_INFO_ATTRThe request attribute under which the original path info is stored on an forwarded dispatcher request. | 
| static java.lang.String | FORWARD_QUERY_STRING_ATTRThe request attribute under which the original query string is stored on an forwarded dispatcher request. | 
| static java.lang.String | FORWARD_REQUEST_URI_ATTRThe request attribute under which the original request URI is stored on an forwarded dispatcher request. | 
| static java.lang.String | FORWARD_SERVLET_PATH_ATTRThe request attribute under which the original servlet path is stored on an forwarded dispatcher request. | 
| static java.lang.String | INCLUDE_CONTEXT_PATH_ATTRThe request attribute under which the context path of the included servlet is stored on an included dispatcher request. | 
| static java.lang.String | INCLUDE_PATH_INFO_ATTRThe request attribute under which the path info of the included servlet is stored on an included dispatcher request. | 
| static java.lang.String | INCLUDE_QUERY_STRING_ATTRThe request attribute under which the query string of the included servlet is stored on an included dispatcher request. | 
| static java.lang.String | INCLUDE_REQUEST_URI_ATTRThe request attribute under which the request URI of the included servlet is stored on an included dispatcher request. | 
| static java.lang.String | INCLUDE_SERVLET_PATH_ATTRThe request attribute under which the servlet path of the included servlet is stored on an included dispatcher request. | 
| static java.lang.String | INVOKED_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 boolean | IS_SECURITY_ENABLEDHas security been turned on? | 
| static java.lang.String | JASPER_XML_BLOCK_EXTERNAL_INIT_PARAMName of the ServletContext init-param that determines if the JSP engine will block external entities from being used in *.tld, *.jspx, *.tagx and tagplugin.xml files. | 
| static java.lang.String | JASPER_XML_VALIDATION_INIT_PARAMName of the ServletContext init-param that determines if the JSP engine should validate web.xml files when parsing them. | 
| static java.lang.String | JASPER_XML_VALIDATION_TLD_INIT_PARAMName of the ServletContext init-param that determines if the JSP engine should validate *.tld files when parsing them. | 
| static java.lang.String | JSP_FILE_ATTRThe request attribute under which we expose the value of the <jsp-file>value associated with this servlet,
 if any. | 
| static java.lang.String | KEY_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 java.lang.String | MBEAN_REGISTRY_ATTRThe servlet context attribute under which the managed bean Registry will be stored for privileged contexts (if enabled). | 
| static java.lang.String | MBEAN_SERVER_ATTRThe servlet context attribute under which the MBeanServer will be stored for privileged contexts (if enabled). | 
| static java.lang.String | NAMED_DISPATCHER_ATTRThe request attribute under which we store the servlet name on a named dispatcher request. | 
| static java.lang.String | PARAMETER_PARSE_FAILED_ATTRThe request attribute that is set to Boolean.TRUEif some request
 parameters have been ignored during request parameters parsing. | 
| static java.lang.String | PARAMETER_PARSE_FAILED_REASON_ATTRThe reason that the parameter parsing failed. | 
| static java.lang.String | RESOURCES_ATTRThe JNDI directory context which is associated with the context. | 
| static java.lang.String | SERVLET_NAME_ATTRThe request attribute under which we forward a servlet name to an error page. | 
| static java.lang.String | SESSION_COOKIE_NAMEThe name of the cookie used to pass the session identifier back and forth with the client. | 
| static java.lang.String | SESSION_PARAMETER_NAMEThe name of the path parameter used to pass the session identifier back and forth with the client. | 
| static java.lang.String | SSI_FLAG_ATTRThe 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_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 java.lang.String | STATUS_CODE_ATTRThe request attribute under which we forward an HTTP status code (as an object of type Integer) to an error page. | 
| static boolean | STRICT_SERVLET_COMPLIANCEThe master flag which controls strict servlet specification compliance. | 
| static java.lang.String | SUBJECT_ATTRThe subject under which the AccessControlContext is running. | 
| static java.lang.String | WELCOME_FILES_ATTRThe servlet context attribute under which we record the set of welcome files (as an object of type String[]) for this application. | 
| static java.lang.String | WORK_DIR_ATTRThe servlet context attribute under which we store a temporary working directory (as an object of type File) for use by servlets within this web application. | 
| 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 CLASS_LOADER_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 EXCEPTION_ATTR
public static final java.lang.String EXCEPTION_PAGE_ATTR
public static final java.lang.String EXCEPTION_TYPE_ATTR
public static final java.lang.String ERROR_MESSAGE_ATTR
public static final java.lang.String INVOKED_ATTR
public static final java.lang.String JSP_FILE_ATTR
<jsp-file> value associated with this servlet,
 if any.
public static final java.lang.String KEY_SIZE_ATTR
public static final java.lang.String SSL_SESSION_ID_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 INCLUDE_REQUEST_URI_ATTR
public static final java.lang.String INCLUDE_CONTEXT_PATH_ATTR
public static final java.lang.String INCLUDE_PATH_INFO_ATTR
public static final java.lang.String INCLUDE_SERVLET_PATH_ATTR
public static final java.lang.String INCLUDE_QUERY_STRING_ATTR
public static final java.lang.String FORWARD_REQUEST_URI_ATTR
public static final java.lang.String FORWARD_CONTEXT_PATH_ATTR
public static final java.lang.String FORWARD_PATH_INFO_ATTR
public static final java.lang.String FORWARD_SERVLET_PATH_ATTR
public static final java.lang.String FORWARD_QUERY_STRING_ATTR
public static final java.lang.String SERVLET_NAME_ATTR
public static final java.lang.String SESSION_COOKIE_NAME
public static final java.lang.String SESSION_PARAMETER_NAME
public static final java.lang.String SSI_FLAG_ATTR
public static final java.lang.String STATUS_CODE_ATTR
public static final java.lang.String SUBJECT_ATTR
public static final java.lang.String WELCOME_FILES_ATTR
public static final java.lang.String WORK_DIR_ATTR
public static final java.lang.String PARAMETER_PARSE_FAILED_ATTR
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.
public static final java.lang.String PARAMETER_PARSE_FAILED_REASON_ATTR
public static final boolean STRICT_SERVLET_COMPLIANCE
public static final boolean IS_SECURITY_ENABLED
public static final java.lang.String CATALINA_HOME_PROP
public static final java.lang.String CATALINA_BASE_PROP
public static final java.lang.String JASPER_XML_VALIDATION_TLD_INIT_PARAM
This must be kept in sync with org.apache.jasper.Constants
public static final java.lang.String JASPER_XML_VALIDATION_INIT_PARAM
This must be kept in sync with org.apache.jasper.Constants
public static final java.lang.String JASPER_XML_BLOCK_EXTERNAL_INIT_PARAM
This must be kept in sync with org.apache.jasper.Constants
| Constructor Detail | 
|---|
public Globals()
| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||