Fields Summary |
---|
public static final String | ALT_DD_ATTRThe servlet context attribute under which we store the alternate
deployment descriptor for this web application |
public static final String | CERTIFICATES_ATTRThe request attribute under which we store the array of X509Certificate
objects representing the certificate chain presented by our client,
if any. |
public static final String | SSL_CERTIFICATE_ATTRSSL Certificate Request Attributite. |
public static final 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). |
public static final 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). |
public static final String | DISPATCHER_TYPE_ATTRRequest dispatcher state. |
public static final String | DISPATCHER_REQUEST_PATH_ATTRRequest dispatcher path. |
public static final String | RESOURCES_ATTRThe JNDI directory context which is associated with the context. This
context can be used to manipulate static files. |
public static final String | ALTERNATE_RESOURCES_ATTR |
public static final 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. |
public static final String | EXCEPTION_ATTRThe request attribute under which we forward a Java exception
(as an object of type Throwable) to an error page. |
public static final 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. |
public static final String | EXCEPTION_TYPE_ATTRThe request attribute under which we forward a Java exception type
(as an object of type Class) to an error page. |
public static final String | ERROR_MESSAGE_ATTRThe request attribute under which we forward an HTTP status message
(as an object of type STring) to an error page. |
public static final 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. |
public static final String | JSP_FILE_ATTRThe request attribute under which we expose the value of the
<jsp-file> value associated with this servlet,
if any. |
public static final 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). |
public static final String | MBEAN_REGISTRY_ATTRThe servlet context attribute under which the managed bean Registry
will be stored for privileged contexts (if enabled). |
public static final String | MBEAN_SERVER_ATTRThe servlet context attribute under which the MBeanServer will be stored
for privileged contexts (if enabled). |
public static final String | NAMED_DISPATCHER_ATTRThe request attribute under which we store the servlet name on a
named dispatcher request. |
public static final String | INCLUDE_REQUEST_URI_ATTRThe request attribute under which the request URI of the included
servlet is stored on an included dispatcher request. |
public static final String | INCLUDE_CONTEXT_PATH_ATTRThe request attribute under which the context path of the included
servlet is stored on an included dispatcher request. |
public static final String | INCLUDE_PATH_INFO_ATTRThe request attribute under which the path info of the included
servlet is stored on an included dispatcher request. |
public static final String | INCLUDE_SERVLET_PATH_ATTRThe request attribute under which the servlet path of the included
servlet is stored on an included dispatcher request. |
public static final String | INCLUDE_QUERY_STRING_ATTRThe request attribute under which the query string of the included
servlet is stored on an included dispatcher request. |
public static final String | FORWARD_REQUEST_URI_ATTRThe request attribute under which the original request URI is stored
on an forwarded dispatcher request. |
public static final String | FORWARD_CONTEXT_PATH_ATTRThe request attribute under which the original context path is stored
on an forwarded dispatcher request. |
public static final String | FORWARD_PATH_INFO_ATTRThe request attribute under which the original path info is stored
on an forwarded dispatcher request. |
public static final String | FORWARD_SERVLET_PATH_ATTRThe request attribute under which the original servlet path is stored
on an forwarded dispatcher request. |
public static final String | FORWARD_QUERY_STRING_ATTRThe request attribute under which the original query string is stored
on an forwarded dispatcher request. |
public static final String | SERVLET_NAME_ATTRThe request attribute under which we forward a servlet name to
an error page. |
public static final String | SESSION_COOKIE_NAMEThe name of the cookie used to pass the session identifier back
and forth with the client. |
public static final String | SESSION_PARAMETER_NAMEThe name of the path parameter used to pass the session identifier
back and forth with the client. |
public static final String | STATUS_CODE_ATTRThe request attribute under which we forward an HTTP status code
(as an object of type Integer) to an error page. |
public static final String | SUBJECT_ATTRThe subject under which the AccessControlContext is running. |
public static final 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. |
public static final 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. |
public static final String | DEFAULT_SERVLET_CLASS_NAMEThe class name of the default servlet |
public static final boolean | IS_SECURITY_ENABLEDHas security been turned on? |
public static final String | JSP_PROPERTY_GROUPS_CONTEXT_ATTRIBUTE |
public static final String | WEB_XML_VERSION_CONTEXT_ATTRIBUTE |
public static final String | JSP_TLD_URI_TO_LOCATION_MAP |
public static final String | SESSION_TRACKER |
public static final String | SESSION_VERSION_COOKIE_NAMEThe name of the cookie used to carry a session's version info |
public static final String | SESSION_VERSION_PARAMETER_NAMEThe name of the path parameter used to carry a session's version info |
public static final String | SESSION_VERSION_PARAMETER |
public static final String | SESSION_VERSIONS_REQUEST_ATTRIBUTE |
public static final String | WRAPPED_REQUEST |
public static final String | WRAPPED_RESPONSE |
public static final 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.
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) |
public static final String | CONSTRAINT_URIRequest path. |