Class Globals
java.lang.Object
org.glassfish.grizzly.http.server.util.Globals
Global constants that are applicable to multiple packages within Catalina.
- Version:
- $Revision: 1.3 $ $Date: 2007/06/18 14:17:08 $
- Author:
- Craig R. McClanahan
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe servlet context attribute under which we store the alternate deployment descriptor for this web applicationstatic final StringThe request attribute under which we store the array of X509Certificate objects representing the certificate chain presented by our client, if any.static final StringThe 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 final StringThe servlet context attribute under which we store the class loader used for loading servlets (as an object of type java.lang.ClassLoader).static final StringThe 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 final StringRequest dispatcher path.static final StringRequest dispatcher state.static final StringThe request attribute under which we forward an HTTP status message (as an object of type STring) to an error page.static final StringThe request attribute under which we forward a Java exception (as an object of type Throwable) to an error page.static final StringThe request attribute under which we forward the request URI (as an object of type String) of the page on which an error occurred.static final StringThe request attribute under which we forward a Java exception type (as an object of type Class) to an error page.static final StringThe request attribute under which the original context path is stored on an forwarded dispatcher request.static final StringThe request attribute under which the original path info is stored on an forwarded dispatcher request.static final StringThe request attribute under which the original query string is stored on an forwarded dispatcher request.static final StringThe request attribute under which the original request URI is stored on an forwarded dispatcher request.static final StringThe request attribute under which the original servlet path is stored on an forwarded dispatcher request.static final StringThe request attribute under which the context path of the included servlet is stored on an included dispatcher request.static final StringThe request attribute under which the path info of the included servlet is stored on an included dispatcher request.static final StringThe request attribute under which the query string of the included servlet is stored on an included dispatcher request.static final StringThe request attribute under which the request URI of the included servlet is stored on an included dispatcher request.static final StringThe request attribute under which the servlet path of the included servlet is stored on an included dispatcher request.static final StringThe 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 final StringThe request attribute under which we expose the value of the<jsp-file>value associated with this servlet, if any.static final StringThe request attribute under which we store the key size being used for this SSL connection (as an object of type java.lang.Integer).static final StringThe servlet context attribute under which the managed bean Registry will be stored for privileged contexts (if enabled).static final StringThe servlet context attribute under which the MBeanServer will be stored for privileged contexts (if enabled).static final StringThe request attribute under which we store the servlet name on a named dispatcher request.static final StringThe JNDI directory context which is associated with the context.static final StringThe request attribute under which we forward a servlet name to an error page.static final StringThe name of the cookie used to pass the session identifier back and forth with the client.static final Stringstatic final StringThe name of the path parameter used to pass the session identifier back and forth with the client.static final StringSSL Certificate Request Attributite.static final StringThe request attribute under which we forward an HTTP status code (as an object of type Integer) to an error page.static final StringThe subject under which the AccessControlContext is running.static final StringThe servlet context attribute under which we record the set of welcome files (as an object of type String[]) for this application.static final StringThe 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
Constructors -
Method Summary
-
Field Details
-
ALT_DD_ATTR
The servlet context attribute under which we store the alternate deployment descriptor for this web application- See Also:
-
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:
-
SSL_CERTIFICATE_ATTR
SSL Certificate Request Attributite.- See Also:
-
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:
-
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:
-
DISPATCHER_TYPE_ATTR
Request dispatcher state.- See Also:
-
DISPATCHER_REQUEST_PATH_ATTR
Request dispatcher path.- See Also:
-
RESOURCES_ATTR
The JNDI directory context which is associated with the context. This context can be used to manipulate static files.- See Also:
-
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:
-
EXCEPTION_ATTR
The request attribute under which we forward a Java exception (as an object of type Throwable) to an error page.- See Also:
-
EXCEPTION_PAGE_ATTR
The request attribute under which we forward the request URI (as an object of type String) of the page on which an error occurred.- See Also:
-
EXCEPTION_TYPE_ATTR
The request attribute under which we forward a Java exception type (as an object of type Class) to an error page.- See Also:
-
ERROR_MESSAGE_ATTR
The request attribute under which we forward an HTTP status message (as an object of type STring) to an error page.- See Also:
-
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:
-
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:
-
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:
-
MBEAN_REGISTRY_ATTR
The servlet context attribute under which the managed bean Registry will be stored for privileged contexts (if enabled).- See Also:
-
MBEAN_SERVER_ATTR
The servlet context attribute under which the MBeanServer will be stored for privileged contexts (if enabled).- See Also:
-
NAMED_DISPATCHER_ATTR
The request attribute under which we store the servlet name on a named dispatcher request.- See Also:
-
INCLUDE_REQUEST_URI_ATTR
The request attribute under which the request URI of the included servlet is stored on an included dispatcher request.- See Also:
-
INCLUDE_CONTEXT_PATH_ATTR
The request attribute under which the context path of the included servlet is stored on an included dispatcher request.- See Also:
-
INCLUDE_PATH_INFO_ATTR
The request attribute under which the path info of the included servlet is stored on an included dispatcher request.- See Also:
-
INCLUDE_SERVLET_PATH_ATTR
The request attribute under which the servlet path of the included servlet is stored on an included dispatcher request.- See Also:
-
INCLUDE_QUERY_STRING_ATTR
The request attribute under which the query string of the included servlet is stored on an included dispatcher request.- See Also:
-
FORWARD_REQUEST_URI_ATTR
The request attribute under which the original request URI is stored on an forwarded dispatcher request.- See Also:
-
FORWARD_CONTEXT_PATH_ATTR
The request attribute under which the original context path is stored on an forwarded dispatcher request.- See Also:
-
FORWARD_PATH_INFO_ATTR
The request attribute under which the original path info is stored on an forwarded dispatcher request.- See Also:
-
FORWARD_SERVLET_PATH_ATTR
The request attribute under which the original servlet path is stored on an forwarded dispatcher request.- See Also:
-
FORWARD_QUERY_STRING_ATTR
The request attribute under which the original query string is stored on an forwarded dispatcher request.- See Also:
-
SERVLET_NAME_ATTR
The request attribute under which we forward a servlet name to an error page.- See Also:
-
SESSION_COOKIE_NAME
The name of the cookie used to pass the session identifier back and forth with the client.- See Also:
-
SESSION_COOKIE_PATTERN
- See Also:
-
SESSION_PARAMETER_NAME
The name of the path parameter used to pass the session identifier back and forth with the client.- See Also:
-
STATUS_CODE_ATTR
The request attribute under which we forward an HTTP status code (as an object of type Integer) to an error page.- See Also:
-
SUBJECT_ATTR
The subject under which the AccessControlContext is running.- See Also:
-
WELCOME_FILES_ATTR
The servlet context attribute under which we record the set of welcome files (as an object of type String[]) for this application.- See Also:
-
WORK_DIR_ATTR
The 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.- See Also:
-
-
Constructor Details
-
Globals
public Globals()
-