public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CATALINA_HOME_PROP
Name of the system property containing
the tomcat product installation path
|
static String |
CODE_SOURCE_ATTRIBUTE_NAME |
static int |
DEFAULT_BUFFER_SIZE
Default size of the JSP buffer.
|
static int |
DEFAULT_TAG_BUFFER_SIZE
Default size for the tag buffers.
|
static String |
IE_PLUGIN_URL |
static boolean |
IS_SECURITY_ENABLED
Has security been turned on?
|
static String |
JSP_FILE
Request attribute for
<jsp-file> element of a
servlet definition. |
static String |
JSP_PACKAGE_NAME
The default package name for compiled jsp pages.
|
static 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 String |
JSP_SERVLET_BASE
The base class of the generated servlets.
|
static 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 int |
MAX_POOL_SIZE
Default tag handler pool size.
|
static String |
NS_PLUGIN_URL
Default URLs to download the plugin for Netscape and IE.
|
static String |
PERMISSION_COLLECTION_ATTRIBUTE_NAME |
static String |
PRECOMPILE
The query parameter that causes the JSP engine to just
pregenerated the servlet but not invoke it.
|
static String |
SERVICE_METHOD_NAME
_jspService is the name of the method that is called by
HttpJspBase.service().
|
static String |
SERVLET_CLASSPATH
ServletContext attribute for classpath.
|
static String |
SERVLET_VERSION
The servlet context attribute under which we record the Servlet API version
support declared for this webapp.
|
static String |
SESSION_PARAMETER_NAME
The name of the path parameter used to pass the session identifier
back and forth with the client.
|
static List<String> |
STANDARD_IMPORTS |
static String |
TAG_FILE_PACKAGE_NAME
The default package name for tag handlers generated from tag files
|
static String |
TEMP_VARIABLE_NAME_PREFIX
Prefix to use for generated temporary variable names
|
static boolean |
USE_INSTANCE_MANAGER_FOR_TAGS |
static String |
XML_BLOCK_EXTERNAL_INIT_PARAM
Name of the ServletContext init-param that determines if the XML parsers
will block the resolution of external entities.
|
static String |
XML_VALIDATION_TLD_INIT_PARAM
Name of the ServletContext init-param that determines if the XML parsers
used for *.tld files will be validating or not.
|
Constructor and Description |
---|
Constants() |
public static final String SERVLET_VERSION
public static final String JSP_PROPERTY_GROUPS
public static final String JSP_TAG_LIBRARIES
public static final String JSP_SERVLET_BASE
public static final String SERVICE_METHOD_NAME
public static final String SERVLET_CLASSPATH
public static final String JSP_FILE
<jsp-file>
element of a
servlet definition. If present on a request, this overrides the
value returned by request.getServletPath()
to select
the JSP page to be executed.public static final int DEFAULT_BUFFER_SIZE
public static final int DEFAULT_TAG_BUFFER_SIZE
public static final int MAX_POOL_SIZE
public static final String PRECOMPILE
public static final String JSP_PACKAGE_NAME
public static final String TAG_FILE_PACKAGE_NAME
public static final String NS_PLUGIN_URL
public static final String IE_PLUGIN_URL
public static final String TEMP_VARIABLE_NAME_PREFIX
public static final boolean IS_SECURITY_ENABLED
public static final boolean USE_INSTANCE_MANAGER_FOR_TAGS
public static final String SESSION_PARAMETER_NAME
public static final String CATALINA_HOME_PROP
public static final String XML_VALIDATION_TLD_INIT_PARAM
This must be kept in sync with org.apache.catalina.Globals
public static final String XML_BLOCK_EXTERNAL_INIT_PARAM
This must be kept in sync with org.apache.catalina.Globals
public static final String PERMISSION_COLLECTION_ATTRIBUTE_NAME
public static final String CODE_SOURCE_ATTRIBUTE_NAME
Copyright © 2016 JBoss by Red Hat. All rights reserved.