Package org.apache.jasper
Class Constants
- java.lang.Object
-
- org.apache.jasper.Constants
-
public class Constants extends java.lang.ObjectSome constants and other global data that are used by the compiler and the runtime.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringALT_DD_ATTRstatic intDEFAULT_BUFFER_SIZEstatic intDEFAULT_INITIAL_CAPACITYstatic intDEFAULT_TAG_BUFFER_SIZEDefault size for the tag buffers.static charESCA replacement char for "\$".static java.lang.StringESCStrstatic java.lang.StringFIRST_REQUEST_SEENstatic java.lang.StringFORWARD_SEENstatic java.lang.StringIE_PLUGIN_URLstatic java.lang.StringINC_REQUEST_URIServlet context and request attributes that the JSP engine uses.static java.lang.StringINC_SERVLET_PATHstatic booleanIS_SECURITY_ENABLEDHas security been turned on?static java.lang.StringJSP_ERROR_HANDLEDstatic java.lang.StringJSP_FILEFIXME Request attribute for<jsp-file>element of a servlet definition.static java.lang.StringJSP_NAMEThe name of the JSP engine.static java.lang.StringJSP_PACKAGE_NAMEThe default package name for compiled jsp pages.static java.lang.StringJSP_PROPERTY_GROUPS_CONTEXT_ATTRIBUTEstatic java.lang.StringJSP_RESOURCE_INJECTOR_CONTEXT_ATTRIBUTEstatic java.lang.StringJSP_SERVLET_BASEThe base class of the generated servlets.static java.lang.StringJSP_TAGFILE_JAR_URLS_CACHEstatic java.lang.StringJSP_TAGLIBRARY_CACHEstatic java.lang.StringJSP_TLD_URI_TO_LOCATION_MAPstatic java.lang.DoubleJSP_VERSION_2_0static java.lang.DoubleJSP_VERSION_2_1static intKDefault size of the JSP buffer.static intMAX_POOL_SIZEDefault tag handler pool size.static java.lang.StringNS_PLUGIN_URLDefault URLs to download the pluging for Netscape and IE.static java.lang.StringPRECOMPILEThe query parameter that causes the JSP engine to just pregenerated the servlet but not invoke it.static java.lang.StringSCHEMA_LOCATION_JSP_20static java.lang.StringSCHEMA_LOCATION_JSP_21static java.lang.StringSCHEMA_LOCATION_WEBAPP_24static java.lang.StringSCHEMA_LOCATION_WEBAPP_25static java.lang.StringSERVICE_METHOD_NAME_jspService is the name of the method that is called by HttpJspBase.service().static java.lang.StringSERVLET_CLASS_LOADERFIXME ServletContext attribute for class loader.static java.lang.StringSERVLET_CLASSPATHFIXME ServletContext attribute for classpath.static java.lang.StringSERVLET_CONTENT_TYPEDefault servlet content type.static java.lang.StringTAG_FILE_PACKAGE_NAMEThe default package name for tag handlers generated from tag filesstatic java.lang.StringTAGLIB_DTD_PUBLIC_ID_11Public Id and the Resource path (of the cached copy) of the DTDs and schemas for tag library descriptors.static java.lang.StringTAGLIB_DTD_PUBLIC_ID_12static java.lang.StringTAGLIB_DTD_RESOURCE_PATH_11static java.lang.StringTAGLIB_DTD_RESOURCE_PATH_12static java.lang.StringTAGLIB_SCHEMA_PUBLIC_ID_20static java.lang.StringTAGLIB_SCHEMA_PUBLIC_ID_21static java.lang.StringTAGLIB_SCHEMA_RESOURCE_PATH_20static java.lang.StringTAGLIB_SCHEMA_RESOURCE_PATH_21static java.lang.StringTEMP_VARIABLE_NAME_PREFIXPrefix to use for generated temporary variable namesstatic java.lang.StringTMP_DIRstatic java.lang.StringWEB_XML_VERSION_CONTEXT_ATTRIBUTEstatic java.lang.StringWEBAPP_DTD_PUBLIC_ID_22Public Id and the Resource path (of the cached copy) of the DTDs and schemas for web application deployment descriptorsstatic java.lang.StringWEBAPP_DTD_PUBLIC_ID_23static java.lang.StringWEBAPP_DTD_RESOURCE_PATH_22static java.lang.StringWEBAPP_DTD_RESOURCE_PATH_23static java.lang.StringWEBAPP_SCHEMA_PUBLIC_ID_24static java.lang.StringWEBAPP_SCHEMA_PUBLIC_ID_25static java.lang.StringWEBAPP_SCHEMA_RESOURCE_PATH_24static java.lang.StringWEBAPP_SCHEMA_RESOURCE_PATH_25static java.lang.StringXML_BLOCK_EXTERNAL_INIT_PARAMName of the ServletContext init-param that determines if the XML parsers will block the resolution of external entities.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
JSP_SERVLET_BASE
public static final java.lang.String JSP_SERVLET_BASE
The base class of the generated servlets.- See Also:
- Constant Field Values
-
SERVICE_METHOD_NAME
public static final java.lang.String SERVICE_METHOD_NAME
_jspService is the name of the method that is called by HttpJspBase.service(). This is where most of the code generated from JSPs go.- See Also:
- Constant Field Values
-
SERVLET_CONTENT_TYPE
public static final java.lang.String SERVLET_CONTENT_TYPE
Default servlet content type.- See Also:
- Constant Field Values
-
SERVLET_CLASSPATH
public static final java.lang.String SERVLET_CLASSPATH
FIXME ServletContext attribute for classpath. This is tomcat specific. Other servlet engines may choose to support this attribute if they want to have this JSP engine running on them.- See Also:
- Constant Field Values
-
JSP_FILE
public static final java.lang.String JSP_FILE
FIXME Request attribute for<jsp-file>element of a servlet definition. If present on a request, this overrides the value returned byrequest.getServletPath()to select the JSP page to be executed.- See Also:
- Constant Field Values
-
SERVLET_CLASS_LOADER
public static final java.lang.String SERVLET_CLASS_LOADER
FIXME ServletContext attribute for class loader. This is tomcat specific. Other servlet engines can choose to have this attribute if they want to have this JSP engine running on them.- See Also:
- Constant Field Values
-
K
public static final int K
Default size of the JSP buffer.- See Also:
- Constant Field Values
-
DEFAULT_BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_TAG_BUFFER_SIZE
public static final int DEFAULT_TAG_BUFFER_SIZE
Default size for the tag buffers.- See Also:
- Constant Field Values
-
MAX_POOL_SIZE
public static final int MAX_POOL_SIZE
Default tag handler pool size.- See Also:
- Constant Field Values
-
PRECOMPILE
public static final java.lang.String PRECOMPILE
The query parameter that causes the JSP engine to just pregenerated the servlet but not invoke it.- See Also:
- Constant Field Values
-
JSP_PACKAGE_NAME
public static final java.lang.String JSP_PACKAGE_NAME
The default package name for compiled jsp pages.- See Also:
- Constant Field Values
-
TAG_FILE_PACKAGE_NAME
public static final java.lang.String TAG_FILE_PACKAGE_NAME
The default package name for tag handlers generated from tag files- See Also:
- Constant Field Values
-
INC_REQUEST_URI
public static final java.lang.String INC_REQUEST_URI
Servlet context and request attributes that the JSP engine uses.- See Also:
- Constant Field Values
-
INC_SERVLET_PATH
public static final java.lang.String INC_SERVLET_PATH
- See Also:
- Constant Field Values
-
TMP_DIR
public static final java.lang.String TMP_DIR
- See Also:
- Constant Field Values
-
FORWARD_SEEN
public static final java.lang.String FORWARD_SEEN
- See Also:
- Constant Field Values
-
FIRST_REQUEST_SEEN
public static final java.lang.String FIRST_REQUEST_SEEN
- See Also:
- Constant Field Values
-
ALT_DD_ATTR
public static final java.lang.String ALT_DD_ATTR
- See Also:
- Constant Field Values
-
TAGLIB_DTD_PUBLIC_ID_11
public static final java.lang.String TAGLIB_DTD_PUBLIC_ID_11
Public Id and the Resource path (of the cached copy) of the DTDs and schemas for tag library descriptors.- See Also:
- Constant Field Values
-
TAGLIB_DTD_RESOURCE_PATH_11
public static final java.lang.String TAGLIB_DTD_RESOURCE_PATH_11
- See Also:
- Constant Field Values
-
TAGLIB_DTD_PUBLIC_ID_12
public static final java.lang.String TAGLIB_DTD_PUBLIC_ID_12
- See Also:
- Constant Field Values
-
TAGLIB_DTD_RESOURCE_PATH_12
public static final java.lang.String TAGLIB_DTD_RESOURCE_PATH_12
- See Also:
- Constant Field Values
-
TAGLIB_SCHEMA_PUBLIC_ID_20
public static final java.lang.String TAGLIB_SCHEMA_PUBLIC_ID_20
- See Also:
- Constant Field Values
-
TAGLIB_SCHEMA_RESOURCE_PATH_20
public static final java.lang.String TAGLIB_SCHEMA_RESOURCE_PATH_20
- See Also:
- Constant Field Values
-
TAGLIB_SCHEMA_PUBLIC_ID_21
public static final java.lang.String TAGLIB_SCHEMA_PUBLIC_ID_21
- See Also:
- Constant Field Values
-
TAGLIB_SCHEMA_RESOURCE_PATH_21
public static final java.lang.String TAGLIB_SCHEMA_RESOURCE_PATH_21
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_JSP_20
public static final java.lang.String SCHEMA_LOCATION_JSP_20
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_JSP_21
public static final java.lang.String SCHEMA_LOCATION_JSP_21
- See Also:
- Constant Field Values
-
WEBAPP_DTD_PUBLIC_ID_22
public static final java.lang.String WEBAPP_DTD_PUBLIC_ID_22
Public Id and the Resource path (of the cached copy) of the DTDs and schemas for web application deployment descriptors- See Also:
- Constant Field Values
-
WEBAPP_DTD_RESOURCE_PATH_22
public static final java.lang.String WEBAPP_DTD_RESOURCE_PATH_22
- See Also:
- Constant Field Values
-
WEBAPP_DTD_PUBLIC_ID_23
public static final java.lang.String WEBAPP_DTD_PUBLIC_ID_23
- See Also:
- Constant Field Values
-
WEBAPP_DTD_RESOURCE_PATH_23
public static final java.lang.String WEBAPP_DTD_RESOURCE_PATH_23
- See Also:
- Constant Field Values
-
WEBAPP_SCHEMA_PUBLIC_ID_24
public static final java.lang.String WEBAPP_SCHEMA_PUBLIC_ID_24
- See Also:
- Constant Field Values
-
WEBAPP_SCHEMA_RESOURCE_PATH_24
public static final java.lang.String WEBAPP_SCHEMA_RESOURCE_PATH_24
- See Also:
- Constant Field Values
-
WEBAPP_SCHEMA_PUBLIC_ID_25
public static final java.lang.String WEBAPP_SCHEMA_PUBLIC_ID_25
- See Also:
- Constant Field Values
-
WEBAPP_SCHEMA_RESOURCE_PATH_25
public static final java.lang.String WEBAPP_SCHEMA_RESOURCE_PATH_25
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_WEBAPP_24
public static final java.lang.String SCHEMA_LOCATION_WEBAPP_24
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_WEBAPP_25
public static final java.lang.String SCHEMA_LOCATION_WEBAPP_25
- See Also:
- Constant Field Values
-
NS_PLUGIN_URL
public static final java.lang.String NS_PLUGIN_URL
Default URLs to download the pluging for Netscape and IE.- See Also:
- Constant Field Values
-
IE_PLUGIN_URL
public static final java.lang.String IE_PLUGIN_URL
- See Also:
- Constant Field Values
-
TEMP_VARIABLE_NAME_PREFIX
public static final java.lang.String TEMP_VARIABLE_NAME_PREFIX
Prefix to use for generated temporary variable names- See Also:
- Constant Field Values
-
ESC
public static final char ESC
A replacement char for "\$". XXX This is a hack to avoid changing EL interpreter to recognize "\$"- See Also:
- Constant Field Values
-
ESCStr
public static final java.lang.String ESCStr
- See Also:
- Constant Field Values
-
JSP_VERSION_2_0
public static final java.lang.Double JSP_VERSION_2_0
-
JSP_VERSION_2_1
public static final java.lang.Double JSP_VERSION_2_1
-
DEFAULT_INITIAL_CAPACITY
public static final int DEFAULT_INITIAL_CAPACITY
- See Also:
- Constant Field Values
-
JSP_TAGLIBRARY_CACHE
public static final java.lang.String JSP_TAGLIBRARY_CACHE
- See Also:
- Constant Field Values
-
JSP_TAGFILE_JAR_URLS_CACHE
public static final java.lang.String JSP_TAGFILE_JAR_URLS_CACHE
- See Also:
- Constant Field Values
-
JSP_PROPERTY_GROUPS_CONTEXT_ATTRIBUTE
public static final java.lang.String JSP_PROPERTY_GROUPS_CONTEXT_ATTRIBUTE
- See Also:
- Constant Field Values
-
WEB_XML_VERSION_CONTEXT_ATTRIBUTE
public static final java.lang.String WEB_XML_VERSION_CONTEXT_ATTRIBUTE
- See Also:
- Constant Field Values
-
JSP_TLD_URI_TO_LOCATION_MAP
public static final java.lang.String JSP_TLD_URI_TO_LOCATION_MAP
- See Also:
- Constant Field Values
-
JSP_RESOURCE_INJECTOR_CONTEXT_ATTRIBUTE
public static final java.lang.String JSP_RESOURCE_INJECTOR_CONTEXT_ATTRIBUTE
- See Also:
- Constant Field Values
-
JSP_ERROR_HANDLED
public static final java.lang.String JSP_ERROR_HANDLED
- See Also:
- Constant Field Values
-
IS_SECURITY_ENABLED
public static final boolean IS_SECURITY_ENABLED
Has security been turned on?
-
JSP_NAME
public static final java.lang.String JSP_NAME
The name of the JSP engine. Used for X-Powered-By identification in the response header- See Also:
- Constant Field Values
-
XML_BLOCK_EXTERNAL_INIT_PARAM
public static final java.lang.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.- See Also:
- Constant Field Values
-
-