org.apache.jasper

Class Constants

public class Constants extends Object

Some constants and other global data that are used by the compiler and the runtime.

Author: Anil K. Vijendran Harish Prabandham Shawn Bayern Mark Roth

Field Summary
static StringALT_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 intDEFAULT_BUFFER_SIZE
Default size of the JSP buffer.
static intDEFAULT_TAG_BUFFER_SIZE
Default size for the tag buffers.
static charESC
A replacement char for "\$".
static StringESCStr
static StringIE_PLUGIN_URL
static StringINC_SERVLET_PATH
Servlet context and request attributes that the JSP engine uses.
static booleanIS_SECURITY_ENABLED
Has security been turned on?
static StringJSP_FILE
Request attribute for <jsp-file> element of a servlet definition.
static StringJSP_PACKAGE_NAME
The default package name for compiled jsp pages.
static StringJSP_SERVLET_BASE
The base class of the generated servlets.
static intMAX_POOL_SIZE
Default tag handler pool size.
static StringNS_PLUGIN_URL
Default URLs to download the pluging for Netscape and IE.
static StringPRECOMPILE
The query parameter that causes the JSP engine to just pregenerated the servlet but not invoke it.
static StringSERVICE_METHOD_NAME
_jspService is the name of the method that is called by HttpJspBase.service().
static StringSERVLET_CLASSPATH
ServletContext attribute for classpath.
static StringSERVLET_CONTENT_TYPE
Default servlet content type.
static StringSESSION_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 StringTAGLIB_DTD_PUBLIC_ID_11
Public Id and the Resource path (of the cached copy) of the DTDs for tag library descriptors.
static StringTAGLIB_DTD_PUBLIC_ID_12
static StringTAGLIB_DTD_RESOURCE_PATH_11
static StringTAGLIB_DTD_RESOURCE_PATH_12
static StringTAG_FILE_PACKAGE_NAME
The default package name for tag handlers generated from tag files
static StringTEMP_VARIABLE_NAME_PREFIX
Prefix to use for generated temporary variable names
static StringTMP_DIR
static StringWEBAPP_DTD_PUBLIC_ID_22
Public Id and the Resource path (of the cached copy) of the DTDs for web application deployment descriptors
static StringWEBAPP_DTD_PUBLIC_ID_23
static StringWEBAPP_DTD_RESOURCE_PATH_22
static StringWEBAPP_DTD_RESOURCE_PATH_23

Field Detail

ALT_DD_ATTR

public static final String ALT_DD_ATTR

CACHED_DTD_PUBLIC_IDS

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.

CACHED_DTD_RESOURCE_PATHS

public static final String[] CACHED_DTD_RESOURCE_PATHS

DEFAULT_BUFFER_SIZE

public static final int DEFAULT_BUFFER_SIZE
Default size of the JSP buffer.

DEFAULT_TAG_BUFFER_SIZE

public static final int DEFAULT_TAG_BUFFER_SIZE
Default size for the tag buffers.

ESC

public static final char ESC

Deprecated:

A replacement char for "\$". XXX This is a hack to avoid changing EL interpreter to recognize "\$"

ESCStr

public static final String ESCStr

Deprecated:

IE_PLUGIN_URL

public static final String IE_PLUGIN_URL

INC_SERVLET_PATH

public static final String INC_SERVLET_PATH
Servlet context and request attributes that the JSP engine uses.

IS_SECURITY_ENABLED

public static final boolean IS_SECURITY_ENABLED
Has security been turned on?

JSP_FILE

public static final String JSP_FILE
Request attribute for <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.

JSP_PACKAGE_NAME

public static final String JSP_PACKAGE_NAME
The default package name for compiled jsp pages.

JSP_SERVLET_BASE

public static final String JSP_SERVLET_BASE
The base class of the generated servlets.

MAX_POOL_SIZE

public static final int MAX_POOL_SIZE
Default tag handler pool size.

NS_PLUGIN_URL

public static final String NS_PLUGIN_URL
Default URLs to download the pluging for Netscape and IE.

PRECOMPILE

public static final String PRECOMPILE
The query parameter that causes the JSP engine to just pregenerated the servlet but not invoke it.

SERVICE_METHOD_NAME

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.

SERVLET_CLASSPATH

public static final String SERVLET_CLASSPATH
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.

SERVLET_CONTENT_TYPE

public static final String SERVLET_CONTENT_TYPE
Default servlet content type.

SESSION_PARAMETER_NAME

public static final String SESSION_PARAMETER_NAME
The name of the path parameter used to pass the session identifier back and forth with the client.

STANDARD_IMPORTS

public static final String[] STANDARD_IMPORTS
These classes/packages are automatically imported by the generated code.

TAGLIB_DTD_PUBLIC_ID_11

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.

TAGLIB_DTD_PUBLIC_ID_12

public static final String TAGLIB_DTD_PUBLIC_ID_12

TAGLIB_DTD_RESOURCE_PATH_11

public static final String TAGLIB_DTD_RESOURCE_PATH_11

TAGLIB_DTD_RESOURCE_PATH_12

public static final String TAGLIB_DTD_RESOURCE_PATH_12

TAG_FILE_PACKAGE_NAME

public static final String TAG_FILE_PACKAGE_NAME
The default package name for tag handlers generated from tag files

TEMP_VARIABLE_NAME_PREFIX

public static final String TEMP_VARIABLE_NAME_PREFIX
Prefix to use for generated temporary variable names

TMP_DIR

public static final String TMP_DIR

WEBAPP_DTD_PUBLIC_ID_22

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

WEBAPP_DTD_PUBLIC_ID_23

public static final String WEBAPP_DTD_PUBLIC_ID_23

WEBAPP_DTD_RESOURCE_PATH_22

public static final String WEBAPP_DTD_RESOURCE_PATH_22

WEBAPP_DTD_RESOURCE_PATH_23

public static final String WEBAPP_DTD_RESOURCE_PATH_23
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.