Package org.apache.jasper
Class EmbeddedServletOptions
java.lang.Object
org.apache.jasper.EmbeddedServletOptions
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEmbeddedServletOptions
(ServletConfig config, ServletContext context) Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether text strings are to be generated as char arrays.getCache()
The web-application wide cache for the TagLibraryInfo tag library descriptors, used ifOptions.isCaching()
returnstrue
.int
boolean
Compiler to use.boolean
Main development flag, which enables detailed error reports with sources, as well automatic recompilation of JSPs and tag files.boolean
boolean
Returns true if Jasper issues a compilation error instead of a runtime Instantiation error if the class attribute specified in useBean action is invalid.boolean
getFork()
The boolean flag to tell Ant whether to fork JSP page compilations.int
boolean
boolean
int
The maximum number of loaded jsps per web-application.int
boolean
getProperty
(String name) boolean
boolean
_jspService is the name of the method that is called by HttpJspBase.service().boolean
boolean
boolean
The cache that maps URIs, resource paths and parsed TLD files for the various tag libraries 'exposed' by the web application.boolean
boolean
boolean
boolean
This setting is ignored if suppressSmap() istrue
.boolean
boolean
void
setErrorOnUseBeanInvalidClassAttribute
(boolean b) void
setProperty
(String name, String value) void
setQuoteAttributeEL
(boolean b) void
setTldCache
(TldCache tldCache) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jasper.Options
getGeneratedJavaAddTimestamp
-
Field Details
-
fork
public boolean forkShould Ant fork its java compiles of JSP pages.
-
-
Constructor Details
-
EmbeddedServletOptions
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext.- Parameters:
config
- The Servlet configcontext
- The Servlet context
-
-
Method Details
-
getProperty
-
setProperty
-
setQuoteAttributeEL
public void setQuoteAttributeEL(boolean b) -
getQuoteAttributeEL
public boolean getQuoteAttributeEL()- Specified by:
getQuoteAttributeEL
in interfaceOptions
- Returns:
true
if EL expressions used within attributes should have the quoting rules in JSP.1.6 applied to the expression.
-
getKeepGenerated
public boolean getKeepGenerated()- Specified by:
getKeepGenerated
in interfaceOptions
- Returns:
true
to keep the generated source
-
getTrimSpaces
- Specified by:
getTrimSpaces
in interfaceOptions
- Returns:
TrimSpacesOption.TRUE
to remove template text that consists only of whitespace from the output completely,TrimSpacesOption.SINGLE
to replace such template text with a single space,TrimSpacesOption.FALSE
to leave such template text unchanged orTrimSpacesOption.EXTENDED
to remove template text that consists only of whitespace and to replace any sequence of whitespace and new lines within template text with a single new line.
-
isPoolingEnabled
public boolean isPoolingEnabled()- Specified by:
isPoolingEnabled
in interfaceOptions
- Returns:
true
if tag handler pooling is enabled,false
otherwise.
-
getMappedFile
public boolean getMappedFile()- Specified by:
getMappedFile
in interfaceOptions
- Returns:
true
if HTML mapped Servlets are supported.
-
getClassDebugInfo
public boolean getClassDebugInfo()- Specified by:
getClassDebugInfo
in interfaceOptions
- Returns:
true
if debug information in included in compiled classes.
-
getCheckInterval
public int getCheckInterval()- Specified by:
getCheckInterval
in interfaceOptions
- Returns:
- background compile thread check interval in seconds
-
getModificationTestInterval
public int getModificationTestInterval()- Specified by:
getModificationTestInterval
in interfaceOptions
- Returns:
- modification test interval.
-
getRecompileOnFail
public boolean getRecompileOnFail()- Specified by:
getRecompileOnFail
in interfaceOptions
- Returns:
true
if re-compile will occur on a failure.
-
getDevelopment
public boolean getDevelopment()Description copied from interface:Options
Main development flag, which enables detailed error reports with sources, as well automatic recompilation of JSPs and tag files. This setting should usually befalse
when running in production.- Specified by:
getDevelopment
in interfaceOptions
- Returns:
true
if Jasper is in development mode
-
isSmapSuppressed
public boolean isSmapSuppressed()- Specified by:
isSmapSuppressed
in interfaceOptions
- Returns:
true
to suppress generation of SMAP info for JSR45 debugging.
-
isSmapDumped
public boolean isSmapDumped()Description copied from interface:Options
This setting is ignored if suppressSmap() istrue
.- Specified by:
isSmapDumped
in interfaceOptions
- Returns:
true
to write SMAP info for JSR45 debugging to a file.
-
genStringAsCharArray
public boolean genStringAsCharArray()Description copied from interface:Options
Indicates whether text strings are to be generated as char arrays.- Specified by:
genStringAsCharArray
in interfaceOptions
- Returns:
true
if text strings are to be generated as char arrays,false
otherwise
-
getScratchDir
- Specified by:
getScratchDir
in interfaceOptions
- Returns:
- the work folder
-
getClassPath
- Specified by:
getClassPath
in interfaceOptions
- Returns:
- the classpath used to compile generated Servlets
-
isXpoweredBy
public boolean isXpoweredBy()- Specified by:
isXpoweredBy
in interfaceOptions
- Returns:
true
to generate a X-Powered-By response header.
-
getCompiler
Description copied from interface:Options
Compiler to use.If
null
(the default), the java compiler from Eclipse JDT project, bundled with Tomcat, will be used. Otherwise, thejavac
task from Apache Ant will be used to call an external java compiler and the value of this option will be passed to it. See Apache Ant documentation for the possible values.- Specified by:
getCompiler
in interfaceOptions
- Returns:
- the compiler name
-
getCompilerTargetVM
- Specified by:
getCompilerTargetVM
in interfaceOptions
- Returns:
- the compiler target VM, e.g. 1.8.
-
getCompilerSourceVM
- Specified by:
getCompilerSourceVM
in interfaceOptions
- Returns:
- the compiler source VM, e.g. 1.8.
-
getCompilerClassName
- Specified by:
getCompilerClassName
in interfaceOptions
- Returns:
- Jasper Java compiler class to use.
-
getErrorOnUseBeanInvalidClassAttribute
public boolean getErrorOnUseBeanInvalidClassAttribute()Description copied from interface:Options
Returns true if Jasper issues a compilation error instead of a runtime Instantiation error if the class attribute specified in useBean action is invalid.- Specified by:
getErrorOnUseBeanInvalidClassAttribute
in interfaceOptions
- Returns:
true
to get an error
-
setErrorOnUseBeanInvalidClassAttribute
public void setErrorOnUseBeanInvalidClassAttribute(boolean b) -
getTldCache
Description copied from interface:Options
The cache that maps URIs, resource paths and parsed TLD files for the various tag libraries 'exposed' by the web application. A tag library is 'exposed' either explicitly in web.xml or implicitly via the uri tag in the TLD of a taglib deployed in a jar file (WEB-INF/lib).- Specified by:
getTldCache
in interfaceOptions
- Returns:
- the instance of the TldCache for the web-application.
-
setTldCache
-
getJavaEncoding
- Specified by:
getJavaEncoding
in interfaceOptions
- Returns:
- Java platform encoding to generate the JSP page servlet.
-
getFork
public boolean getFork()Description copied from interface:Options
The boolean flag to tell Ant whether to fork JSP page compilations.Is used only when Jasper uses an external java compiler (wrapped through a
javac
Apache Ant task). -
getJspConfig
- Specified by:
getJspConfig
in interfaceOptions
- Returns:
- JSP configuration information specified in web.xml.
-
getTagPluginManager
- Specified by:
getTagPluginManager
in interfaceOptions
- Returns:
- a Tag Plugin Manager
-
isCaching
-
getCache
Description copied from interface:Options
The web-application wide cache for the TagLibraryInfo tag library descriptors, used ifOptions.isCaching()
returnstrue
.Using this cache avoids the cost of repeating the parsing of a tag library descriptor XML file (performed by TagLibraryInfoImpl.parseTLD).
-
getDisplaySourceFragment
public boolean getDisplaySourceFragment()- Specified by:
getDisplaySourceFragment
in interfaceOptions
- Returns:
true
to include a source fragment in exception messages.
-
getMaxLoadedJsps
public int getMaxLoadedJsps()Description copied from interface:Options
The maximum number of loaded jsps per web-application. If there are more jsps loaded, they will be unloaded. If unset or less than 0, no jsps are unloaded.- Specified by:
getMaxLoadedJsps
in interfaceOptions
- Returns:
- The JSP count
-
getJspIdleTimeout
public int getJspIdleTimeout()- Specified by:
getJspIdleTimeout
in interfaceOptions
- Returns:
- the idle time in seconds after which a JSP is unloaded. If unset or less or equal than 0, no jsps are unloaded.
-
getStrictQuoteEscaping
public boolean getStrictQuoteEscaping()- Specified by:
getStrictQuoteEscaping
in interfaceOptions
- Returns:
true
if the quote escaping required by section JSP.1.6 of the JSP specification should be applied to scriplet expression.
-
getVariableForExpressionFactory
- Specified by:
getVariableForExpressionFactory
in interfaceOptions
- Returns:
- the name of the variable that will be used in the generated JSP code for the expression factory
-
getVariableForInstanceManager
- Specified by:
getVariableForInstanceManager
in interfaceOptions
- Returns:
- the name of the variable that will be used in the generated JSP code for the instance manager
-
getPoolTagsWithExtends
public boolean getPoolTagsWithExtends()- Specified by:
getPoolTagsWithExtends
in interfaceOptions
- Returns:
true
if tag pooling is disabled with page that uses extends.
-
getStrictGetProperty
public boolean getStrictGetProperty()- Specified by:
getStrictGetProperty
in interfaceOptions
- Returns:
true
if the requirement to have the object used in jsp:getProperty action to be previously "introduced" to the JSP processor (see JSP.5.3) is enforced.
-
getStrictWhitespace
public boolean getStrictWhitespace()- Specified by:
getStrictWhitespace
in interfaceOptions
- Returns:
true
if the strict white space rules are applied.
-
getJspServletBase
- Specified by:
getJspServletBase
in interfaceOptions
- Returns:
- the default base class for generated JSP Servlets
-
getServiceMethodName
Description copied from interface:Options
_jspService is the name of the method that is called by HttpJspBase.service(). This is where most of the code generated from JSPs go.- Specified by:
getServiceMethodName
in interfaceOptions
- Returns:
- the method name
-
getServletClasspathAttribute
- Specified by:
getServletClasspathAttribute
in interfaceOptions
- Returns:
- 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.
-
getJspPrecompilationQueryParameter
- Specified by:
getJspPrecompilationQueryParameter
in interfaceOptions
- Returns:
- The query parameter that causes the JSP engine to just pregenerated the servlet but not invoke it.
-
getGeneratedJspPackageName
- Specified by:
getGeneratedJspPackageName
in interfaceOptions
- Returns:
- The default package name for compiled jsp pages.
-
getGeneratedTagFilePackageName
- Specified by:
getGeneratedTagFilePackageName
in interfaceOptions
- Returns:
- The default package name for tag handlers generated from tag files.
-
getTempVariableNamePrefix
- Specified by:
getTempVariableNamePrefix
in interfaceOptions
- Returns:
- Prefix to use for generated temporary variable names
-
getUseInstanceManagerForTags
public boolean getUseInstanceManagerForTags()- Specified by:
getUseInstanceManagerForTags
in interfaceOptions
- Returns:
true
if the container instance manager will be used to create the bean instances
-