Field Summary |
|
final public static String | ALT_DD_ATTR |
final public 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. |
final public 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). |
final public static 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). |
final public 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. |
final public static String | DISPATCHER_REQUEST_PATH_ATTR Request dispatcher path. |
final public static String | DISPATCHER_TYPE_ATTR Request dispatcher state. |
final public static String | ERROR_MESSAGE_ATTR The request attribute under which we forward an HTTP status message
(as an object of type STring) to an error page. |
final public static String | EXCEPTION_ATTR The request attribute under which we forward a Java exception
(as an object of type Throwable) to an error page. |
final public static String | 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. |
final public static String | EXCEPTION_TYPE_ATTR The request attribute under which we forward a Java exception type
(as an object of type Class) to an error page. |
final public static String | FORWARD_CONTEXT_PATH_ATTR The request attribute under which the original context path is stored
on an forwarded dispatcher request. |
final public static String | FORWARD_PATH_INFO_ATTR The request attribute under which the original path info is stored
on an forwarded dispatcher request. |
final public static String | FORWARD_QUERY_STRING_ATTR The request attribute under which the original query string is stored
on an forwarded dispatcher request. |
final public static String | FORWARD_REQUEST_URI_ATTR The request attribute under which the original request URI is stored
on an forwarded dispatcher request. |
final public static String | FORWARD_SERVLET_PATH_ATTR The request attribute under which the original servlet path is stored
on an forwarded dispatcher request. |
final public static String | INCLUDE_CONTEXT_PATH_ATTR The request attribute under which the context path of the included
servlet is stored on an included dispatcher request. |
final public static String | INCLUDE_PATH_INFO_ATTR The request attribute under which the path info of the included
servlet is stored on an included dispatcher request. |
final public static String | INCLUDE_QUERY_STRING_ATTR The request attribute under which the query string of the included
servlet is stored on an included dispatcher request. |
final public static String | INCLUDE_REQUEST_URI_ATTR The request attribute under which the request URI of the included
servlet is stored on an included dispatcher request. |
final public static String | INCLUDE_SERVLET_PATH_ATTR The request attribute under which the servlet path of the included
servlet is stored on an included dispatcher request. |
final public static 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. |
final public static boolean | IS_SECURITY_ENABLED |
final public static String | JSP_FILE_ATTR The request attribute under which we expose the value of the
<jsp-file> value associated with this servlet,
if any. |
final public 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). |
final public static String | MBEAN_REGISTRY_ATTR The servlet context attribute under which the managed bean Registry
will be stored for privileged contexts (if enabled). |
final public static String | MBEAN_SERVER_ATTR The servlet context attribute under which the MBeanServer will be stored
for privileged contexts (if enabled). |
final public static String | NAMED_DISPATCHER_ATTR The request attribute under which we store the servlet name on a
named dispatcher request. |
final public static String | RESOURCES_ATTR The JNDI directory context which is associated with the context. |
final public static String | SERVLET_NAME_ATTR The request attribute under which we forward a servlet name to
an error page. |
final public static String | SESSION_COOKIE_NAME The name of the cookie used to pass the session identifier back
and forth with the client. |
final public static String | SESSION_PARAMETER_NAME The name of the path parameter used to pass the session identifier
back and forth with the client. |
final public 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.
We do this because of the pathInfo mangling happening when using
the CGIServlet in conjunction with the SSI servlet. |
final public 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). |
final public static String | STATUS_CODE_ATTR The request attribute under which we forward an HTTP status code
(as an object of type Integer) to an error page. |
final public static boolean | STRICT_SERVLET_COMPLIANCE The master flag which controls strict servlet specification
compliance. |
final public static String | SUBJECT_ATTR The subject under which the AccessControlContext is running. |
final public static String | 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. |
final public static String | 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. |