public final class Globals
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALT_DD_ATTR
The servlet context attribute under which we store the alternate
deployment descriptor for this web application
|
static java.lang.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 java.lang.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 java.lang.String |
DISPATCHER_REQUEST_PATH_ATTR
Request dispatcher path.
|
static java.lang.String |
DISPATCHER_TYPE_ATTR
Request dispatcher state.
|
static boolean |
IS_SECURITY_ENABLED
Has security been turned on?
|
static java.lang.String |
JSP_FILE_ATTR
The request attribute under which we expose the value of the
<jsp-file> value associated with this servlet,
if any. |
static java.lang.String |
JSP_PROPERTY_GROUPS
The servlet context attribute under which we record the set of
JSP property groups (as an object of type HashMap
|
static java.lang.String |
JSP_TAG_LIBRARIES
The servlet context attribute under which we record the set of
JSP tag libraries (as an object of type HashMap
|
static java.lang.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 java.lang.String |
MBEAN_REGISTRY_ATTR
The servlet context attribute under which the managed bean Registry
will be stored for privileged contexts (if enabled).
|
static java.lang.String |
NAMED_DISPATCHER_ATTR
The request attribute under which we store the servlet name on a
named dispatcher request.
|
static java.lang.String |
RESOURCES_ATTR
The JNDI directory context which is associated with the context.
|
static java.lang.String |
SERVLET_VERSION
The servlet context attribute under which we record the Servlet API version
support declared for this webapp.
|
static java.lang.String |
SESSION_COOKIE_NAME
The name of the cookie used to pass the session identifier back
and forth with the client.
|
static java.lang.String |
SESSION_PARAMETER_NAME
The name of the path parameter used to pass the session identifier
back and forth with the client.
|
static java.lang.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 java.lang.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 boolean |
STRICT_SERVLET_COMPLIANCE
The master flag which controls strict servlet specification
compliance.
|
static java.lang.String |
SUBJECT_ATTR
The subject under which the AccessControlContext is running.
|
static java.lang.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.
|
Constructor and Description |
---|
Globals() |
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 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 JSP_FILE_ATTR
<jsp-file>
value associated with this servlet,
if any.public static final java.lang.String JSP_PROPERTY_GROUPS
public static final java.lang.String JSP_TAG_LIBRARIES
public static final java.lang.String SERVLET_VERSION
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 NAMED_DISPATCHER_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 SUBJECT_ATTR
public static final java.lang.String WELCOME_FILES_ATTR
public static final boolean STRICT_SERVLET_COMPLIANCE
public static final boolean IS_SECURITY_ENABLED