public final class Globals extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALT_DD_ATTR
The servlet context attribute under which we store the alternate
deployment descriptor for this web application
|
static String |
ALTERNATE_RESOURCES_ATTR |
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.
|
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).
|
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).
|
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.
|
static String |
CONSTRAINT_URI
Request path.
|
static String |
DEFAULT_SERVLET_CLASS_NAME
The class name of the default servlet
|
static String |
DISPATCHER_REQUEST_PATH_ATTR
Request dispatcher path.
|
static String |
DISPATCHER_TYPE_ATTR
Request dispatcher state.
|
static String |
FACES_INITIALIZER |
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.
|
static boolean |
IS_SECURITY_ENABLED
Has security been turned on?
|
static String |
ISO_8859_1_ENCODING |
static String |
JREPLICA_COOKIE_NAME |
static String |
JREPLICA_PARAMETER |
static String |
JREPLICA_PARAMETER_NAME |
static String |
JREPLICA_SESSION_NOTE |
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. |
static String |
JSP_PROPERTY_GROUPS_CONTEXT_ATTRIBUTE |
static String |
JSP_TLD_URI_TO_LOCATION_MAP |
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).
|
static String |
MBEAN_REGISTRY_ATTR
The servlet context attribute under which the managed bean Registry
will be stored for privileged contexts (if enabled).
|
static String |
MBEAN_SERVER_ATTR
The servlet context attribute under which the MBeanServer will be stored
for privileged contexts (if enabled).
|
static String |
META_INF_RESOURCES |
static String |
NAMED_DISPATCHER_ATTR
The request attribute under which we store the servlet name on a
named dispatcher request.
|
static String |
REQUEST_FACADE_HELPER |
static String |
RESOURCES_ATTR
The JNDI directory context which is associated with the context.
|
static String |
SESSION_COOKIE_NAME
The name of the cookie used to pass the session identifier back
and forth with the client.
|
static String |
SESSION_PARAMETER_NAME
The name of the path parameter used to pass the session identifier
back and forth with the client.
|
static String |
SESSION_TRACKER |
static String |
SESSION_VERSION_COOKIE_NAME
The name of the cookie used to carry a session's version info
|
static String |
SESSION_VERSION_PARAMETER |
static String |
SESSION_VERSION_PARAMETER_NAME
The name of the path parameter used to carry a session's version info
|
static String |
SESSION_VERSIONS_REQUEST_ATTRIBUTE |
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.
|
static String |
SSL_CERTIFICATE_ATTR
SSL Certificate Request Attributite.
|
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).
|
static String |
SUBJECT_ATTR
The subject under which the AccessControlContext is running.
|
static String |
WEB_XML_VERSION_CONTEXT_ATTRIBUTE |
static String |
WRAPPED_REQUEST |
static String |
WRAPPED_RESPONSE |
Constructor and Description |
---|
Globals() |
public static final String ALT_DD_ATTR
public static final String CERTIFICATES_ATTR
public static final String SSL_CERTIFICATE_ATTR
public static final String CIPHER_SUITE_ATTR
public static final String CLASS_LOADER_ATTR
public static final String DISPATCHER_TYPE_ATTR
public static final String DISPATCHER_REQUEST_PATH_ATTR
public static final String RESOURCES_ATTR
public static final String ALTERNATE_RESOURCES_ATTR
public static final String CLASS_PATH_ATTR
public static final String INVOKED_ATTR
public static final String JSP_FILE_ATTR
<jsp-file>
value associated with this servlet,
if any.public static final String KEY_SIZE_ATTR
public static final String SSL_SESSION_ID_ATTR
public static final String MBEAN_REGISTRY_ATTR
public static final String MBEAN_SERVER_ATTR
public static final String NAMED_DISPATCHER_ATTR
public static final String SESSION_COOKIE_NAME
public static final String SESSION_PARAMETER_NAME
public static final String SUBJECT_ATTR
public static final String DEFAULT_SERVLET_CLASS_NAME
public static final boolean IS_SECURITY_ENABLED
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 REQUEST_FACADE_HELPER
public static final String SESSION_VERSION_COOKIE_NAME
public static final String SESSION_VERSION_PARAMETER_NAME
public static final String SESSION_VERSION_PARAMETER
public static final String SESSION_VERSIONS_REQUEST_ATTRIBUTE
public static final String JREPLICA_COOKIE_NAME
public static final String JREPLICA_PARAMETER_NAME
public static final String JREPLICA_PARAMETER
public static final String JREPLICA_SESSION_NOTE
public static final String WRAPPED_REQUEST
public static final String WRAPPED_RESPONSE
public static final String SSI_FLAG_ATTR
public static final String CONSTRAINT_URI
public static final String META_INF_RESOURCES
public static final String ISO_8859_1_ENCODING
public static final String FACES_INITIALIZER
Copyright © 2019. All rights reserved.