Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.jasper.Constants
public class Constants
extends java.lang.Object
Field Summary | |
static String | |
static String[] |
|
static String[] | |
static int | |
static int |
|
static char |
|
static String |
|
static String | |
static char |
|
static String |
|
static String | |
static String |
|
static String | |
static String |
|
static String |
|
static String |
|
static int |
|
static int |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String |
|
static String[] |
|
static String |
|
static String | |
static String | |
static String | |
static String |
|
static String |
|
static String | |
static String |
|
static String | |
static String | |
static String |
public static final String ALT_DD_ATTR
public static final String[] CACHED_DTD_PUBLIC_IDS
List of the Public IDs that we cache, and their associated location. This is used by an EntityResolver to return the location of the cached copy of a DTD.
public static final String[] CACHED_DTD_RESOURCE_PATHS
public static final int DEFAULT_BUFFER_SIZE
- Field Value:
- 8192
public static final int DEFAULT_TAG_BUFFER_SIZE
Default size for the tag buffers.
- Field Value:
- 512
public static final char ESC
Deprecated.
Previous replacement char for "\$".
- Field Value:
- '\u001b'
public static final String ESCStr
Deprecated.
Previous replacement char for "\$".
public static final String FORWARD_SEEN
public static final char HACK_CHAR
Replacement char for "\$". This is the first unicode character in the private use area. XXX This is a hack to avoid changing EL interpreter to recognize "\$"
- Field Value:
- '\ue000'
public static final String HACK_STR
Replacement string for "\$". This is the first unicode character in the private use area. XXX This is a hack to avoid changing EL interpreter to recognize "\$"
public static final String IE_PLUGIN_URL
public static final String INC_REQUEST_URI
Servlet context and request attributes that the JSP engine uses.
public static final String INC_SERVLET_PATH
public static final 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.
public static final String JSP_PACKAGE_NAME
The default package name for compiled jsp pages.
public static final String JSP_SERVLET_BASE
The base class of the generated servlets.
public static final int K
Default size of the JSP buffer.
- Field Value:
- 1024
public static final int MAX_POOL_SIZE
Default tag handler pool size.
- Field Value:
- 5
public static final String NS_PLUGIN_URL
Default URLs to download the pluging for Netscape and IE.
public static final String PRECOMPILE
The query parameter that causes the JSP engine to just pregenerated the servlet but not invoke it.
public static final 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.
public static final 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.
public static final 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.
public static final String SERVLET_CONTENT_TYPE
Default servlet content type.
public static final String[] STANDARD_IMPORTS
These classes/packages are automatically imported by the generated code.
public static final String TAGLIB_DTD_PUBLIC_ID_11
Public Id and the Resource path (of the cached copy) of the DTDs for tag library descriptors.
public static final String TAGLIB_DTD_PUBLIC_ID_12
public static final String TAGLIB_DTD_RESOURCE_PATH_11
public static final String TAGLIB_DTD_RESOURCE_PATH_12
public static final String TAG_FILE_PACKAGE_NAME
The default package name for tag handlers generated from tag files
public static final String TEMP_VARIABLE_NAME_PREFIX
Prefix to use for generated temporary variable names
public static final String TMP_DIR
public static final String WEBAPP_DTD_PUBLIC_ID_22
Public Id and the Resource path (of the cached copy) of the DTDs for web application deployment descriptors
public static final String WEBAPP_DTD_PUBLIC_ID_23
public static final String WEBAPP_DTD_RESOURCE_PATH_22
public static final String WEBAPP_DTD_RESOURCE_PATH_23