org.apache.jasper
public class Constants extends Object
Field Summary | |
---|---|
static String | ALT_DD_ATTR |
static String[] | CACHED_DTD_PUBLIC_IDS
List of the Public IDs that we cache, and their
associated location. |
static String[] | CACHED_DTD_RESOURCE_PATHS |
static int | DEFAULT_BUFFER_SIZE
Default size of the JSP buffer. |
static int | DEFAULT_TAG_BUFFER_SIZE
Default size for the tag buffers. |
static char | ESC
A replacement char for "\$".
|
static String | ESCStr |
static String | IE_PLUGIN_URL |
static String | INC_SERVLET_PATH
Servlet context and request attributes that the JSP engine
uses. |
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_SERVLET_BASE
The base class of the generated servlets. |
static int | MAX_POOL_SIZE
Default tag handler pool size. |
static String | NS_PLUGIN_URL
Default URLs to download the pluging for Netscape and IE. |
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_CONTENT_TYPE
Default servlet content type. |
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[] | STANDARD_IMPORTS
These classes/packages are automatically imported by the
generated code. |
static String | TAGLIB_DTD_PUBLIC_ID_11
Public Id and the Resource path (of the cached copy)
of the DTDs for tag library descriptors. |
static String | TAGLIB_DTD_PUBLIC_ID_12 |
static String | TAGLIB_DTD_RESOURCE_PATH_11 |
static String | TAGLIB_DTD_RESOURCE_PATH_12 |
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 String | TMP_DIR |
static String | WEBAPP_DTD_PUBLIC_ID_22
Public Id and the Resource path (of the cached copy)
of the DTDs for web application deployment descriptors |
static String | WEBAPP_DTD_PUBLIC_ID_23 |
static String | WEBAPP_DTD_RESOURCE_PATH_22 |
static String | WEBAPP_DTD_RESOURCE_PATH_23 |
Deprecated:
A replacement char for "\$". XXX This is a hack to avoid changing EL interpreter to recognize "\$"Deprecated:
<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.