A class to hold all init parameters specific to the JSP engine.
genStringAsCharArray
public boolean genStringAsCharArray()
Are Text strings to be generated as char arrays?
- genStringAsCharArray in interface Options
getCheckInterval
public int getCheckInterval()
Background JSP compile thread check intervall
- getCheckInterval in interface Options
getClassDebugInfo
public boolean getClassDebugInfo()
Should class files be compiled with debug information?
- getClassDebugInfo in interface Options
getClassPath
public String getClassPath()
What classpath should I use while compiling the servlets
generated from JSP files?
- getClassPath in interface Options
getDevelopment
public boolean getDevelopment()
Is Jasper being used in development mode?
- getDevelopment in interface Options
getErrorOnUseBeanInvalidClassAttribute
public boolean getErrorOnUseBeanInvalidClassAttribute()
Returns true if Jasper issues a compilation error instead of a runtime
Instantiation error if the class attribute specified in useBean action
is invalid.
- getErrorOnUseBeanInvalidClassAttribute in interface Options
getFork
public boolean getFork()
boolean flag to tell Ant whether to fork JSP page compilations.
- getFork in interface Options
getIeClassId
public String getIeClassId()
Class ID for use in the plugin tag when the browser is IE.
- getIeClassId in interface Options
getJavaEncoding
public String getJavaEncoding()
Java platform encoding to generate the JSP
page servlet.
- getJavaEncoding in interface Options
getKeepGenerated
public boolean getKeepGenerated()
Are we keeping generated code around?
- getKeepGenerated in interface Options
getMappedFile
public boolean getMappedFile()
Are we supporting HTML mapped servlets?
- getMappedFile in interface Options
getProperty
public String getProperty(String name)
getReloading
public boolean getReloading()
JSP reloading check ?
- getReloading in interface Options
getSendErrorToClient
public boolean getSendErrorToClient()
Should errors be sent to client or thrown into stderr?
- getSendErrorToClient in interface Options
getTldLocationsCache
public TldLocationsCache getTldLocationsCache()
The cache for the location of the TLD's
for the various tag libraries 'exposed'
by the web application.
A tag library is 'exposed' either explicitely in
web.xml or implicitely via the uri tag in the TLD
of a taglib deployed in a jar file (WEB-INF/lib).
- getTldLocationsCache in interface Options
- the instance of the TldLocationsCache
for the web-application.
getTrimSpaces
public boolean getTrimSpaces()
Should white spaces between directives or actions be trimmed?
- getTrimSpaces in interface Options
isPoolingEnabled
public boolean isPoolingEnabled()
Returns true if tag handler pooling is enabled, false otherwise.
- isPoolingEnabled in interface Options
isSmapDumped
public boolean isSmapDumped()
Should SMAP info for JSR45 debugging be dumped to a file?
- isSmapDumped in interface Options
isSmapSuppressed
public boolean isSmapSuppressed()
Is the generation of SMAP info for JSR45 debuggin suppressed?
- isSmapSuppressed in interface Options
isXpoweredBy
public boolean isXpoweredBy()
Is generation of X-Powered-By response header enabled/disabled?
- isXpoweredBy in interface Options
setErrorOnUseBeanInvalidClassAttribute
public void setErrorOnUseBeanInvalidClassAttribute(boolean b)
setProperty
public void setProperty(String name,
String value)