Fields Summary |
---|
public static final String | JSP_SERVLET_BASEThe base class of the generated servlets. |
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_CONTENT_TYPEDefault servlet content type. |
public static final String | SERVLET_CLASSPATHFIXME
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 | JSP_FILEFIXME
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. |
public static final String | SERVLET_CLASS_LOADERFIXME
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 int | KDefault size of the JSP buffer. |
public static final int | DEFAULT_BUFFER_SIZE |
public static final int | DEFAULT_TAG_BUFFER_SIZEDefault size for the tag buffers. |
public static final int | MAX_POOL_SIZEDefault tag handler pool size. |
public static final String | PRECOMPILEThe query parameter that causes the JSP engine to just
pregenerated the servlet but not invoke it. |
public static final String | JSP_PACKAGE_NAMEThe default package name for compiled jsp pages. |
public static final String | TAG_FILE_PACKAGE_NAMEThe default package name for tag handlers generated from tag files |
public static final String | INC_REQUEST_URIServlet context and request attributes that the JSP engine
uses. |
public static final String | INC_SERVLET_PATH |
public static final String | TMP_DIR |
public static final String | FORWARD_SEEN |
public static final String | FIRST_REQUEST_SEEN |
public static final String | ALT_DD_ATTR |
public static final String | TAGLIB_DTD_PUBLIC_ID_11Public Id and the Resource path (of the cached copy)
of the DTDs and schemas for tag library descriptors. |
public static final String | TAGLIB_DTD_RESOURCE_PATH_11 |
public static final String | TAGLIB_DTD_PUBLIC_ID_12 |
public static final String | TAGLIB_DTD_RESOURCE_PATH_12 |
public static final String | TAGLIB_SCHEMA_PUBLIC_ID_20 |
public static final String | TAGLIB_SCHEMA_RESOURCE_PATH_20 |
public static final String | TAGLIB_SCHEMA_PUBLIC_ID_21 |
public static final String | TAGLIB_SCHEMA_RESOURCE_PATH_21 |
public static final String | SCHEMA_LOCATION_JSP_20 |
public static final String | SCHEMA_LOCATION_JSP_21 |
public static final String | WEBAPP_DTD_PUBLIC_ID_22Public Id and the Resource path (of the cached copy)
of the DTDs and schemas for web application deployment descriptors |
public static final String | WEBAPP_DTD_RESOURCE_PATH_22 |
public static final String | WEBAPP_DTD_PUBLIC_ID_23 |
public static final String | WEBAPP_DTD_RESOURCE_PATH_23 |
public static final String | WEBAPP_SCHEMA_PUBLIC_ID_24 |
public static final String | WEBAPP_SCHEMA_RESOURCE_PATH_24 |
public static final String | WEBAPP_SCHEMA_PUBLIC_ID_25 |
public static final String | WEBAPP_SCHEMA_RESOURCE_PATH_25 |
public static final String | SCHEMA_LOCATION_WEBAPP_24 |
public static final String | SCHEMA_LOCATION_WEBAPP_25 |
public static final String | NS_PLUGIN_URLDefault URLs to download the pluging for Netscape and IE. |
public static final String | IE_PLUGIN_URL |
public static final String | TEMP_VARIABLE_NAME_PREFIXPrefix to use for generated temporary variable names |
public static final char | ESCA replacement char for "\$".
XXX This is a hack to avoid changing EL interpreter to recognize "\$" |
public static final String | ESCStr |
public static final Double | JSP_VERSION_2_0 |
public static final Double | JSP_VERSION_2_1 |
public static final int | DEFAULT_INITIAL_CAPACITY |
public static final String | JSP_TAGLIBRARY_CACHE |
public static final String | JSP_TAGFILE_JAR_URLS_CACHE |
public static final String | JSP_PROPERTY_GROUPS_CONTEXT_ATTRIBUTE |
public static final String | WEB_XML_VERSION_CONTEXT_ATTRIBUTE |
public static final String | JSP_TLD_URI_TO_LOCATION_MAP |
public static final String | JSP_RESOURCE_INJECTOR_CONTEXT_ATTRIBUTE |
public static final boolean | IS_SECURITY_ENABLEDHas security been turned on? |