Property | Description |
---|
org.apache.jasper.compiler. Generator.VAR_EXPRESSIONFACTORY |
The name of the variable to use for the expression language expression
factory. If not specified, the default value of
_el_expressionfactory will be used.
|
org.apache.jasper.compiler. Generator.VAR_INSTANCEMANAGER |
The name of the variable to use for the instance manager factory. If
not specified, the default value of _jsp_instancemanager will
be used.
|
org.apache.jasper.compiler. Parser.STRICT_QUOTE_ESCAPING |
If false the requirements for escaping quotes in JSP
attributes will be relaxed so that an unescaped quote will not
cause an error. If not specified, the specification compliant default of
true will be used.
|
org.apache.jasper.runtime. BodyContentImpl.LIMIT_BUFFER |
If true , any tag buffer that expands beyond
org.apache.jasper.Constants.DEFAULT_TAG_BUFFER_SIZE will be
destroyed and a new buffer created of the default size. If not specified,
the default value of false will be used.
|
org.apache.jasper.runtime. JspFactoryImpl.USE_POOL |
If true , a ThreadLocal PageContext pool will
be used. If not specified, the default value of true will be
used.
|
org.apache.jasper.runtime. JspFactoryImpl.POOL_SIZE |
The size of the ThreadLocal PageContext . If not specified,
the default value of 8 will be used.
|
org.apache.jasper.Constants. JSP_SERVLET_BASE |
The base class of the Servlets generated from the JSPs. If not
specified, the default value of
org.apache.jasper.runtime.HttpJspBase will be used.
|
org.apache.jasper.Constants. SERVICE_METHOD_NAME |
The name of the service method called by the base class. If not
specified, the default value of _jspService will be used.
|
org.apache.jasper.Constants. SERVLET_CLASSPATH |
The name of the ServletContext attribute that provides the classpath
for the JSP. If not specified, the default value of
org.apache.catalina.jsp_classpath will be used.
|
org.apache.jasper.Constants. JSP_FILE |
The name of the 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. If not specified, the default value of
org.apache.catalina.jsp_file will be used.
|
org.apache.jasper.Constants. PRECOMPILE |
The name of the query parameter that causes the JSP engine to just
pregenerate the servlet but not invoke it. If not specified, the default
value of org.apache.catalina.jsp_precompile will be used.
|
org.apache.jasper.Constants. JSP_PACKAGE_NAME |
The default package name for compiled jsp pages. If not specified, the
default value of org.apache.jsp will be used.
|
org.apache.jasper.Constants. TAG_FILE_PACKAGE_NAME |
The default package name for tag handlers generated from tag files. If
not specified, the default value of org.apache.jsp.tag will
be used.
|
org.apache.jasper.Constants. ALT_DD_ATTR |
The servlet context attribute under which the alternate deployment
descriptor for this web application is stored. If not specified, the
default value of org.apache.catalina.deploy.alt_dd will
be used.
|
org.apache.jasper.Constants. TEMP_VARIABLE_NAME_PREFIX |
Prefix to use for generated temporary variable names. If not specified,
the default value of _jspx_temp will be used.
|
org.apache.jasper.Constants. USE_INSTANCE_MANAGER_FOR_TAGS |
If true , the instance manager is used to obtain tag
handler instances. If not specified, false will be used.
|