public class JspC extends java.lang.Object implements Options
<taskdef classname="org.apache.jasper.JspC" name="jasper2" > <classpath> <pathelement location="${java.home}/../lib/tools.jar"/> <fileset dir="${ENV.CATALINA_HOME}/server/lib"> <include name="*.jar"/> </fileset> <fileset dir="${ENV.CATALINA_HOME}/common/lib"> <include name="*.jar"/> </fileset> <path refid="myjars"/> </classpath> </taskdef> <jasper2 verbose="0" package="my.package" uriroot="${webapps.dir}/${webapp.name}" webXmlFragment="${build.dir}/generated_web.xml" outputDir="${webapp.dir}/${webapp.name}/WEB-INF/src/my/package" />
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_IE_CLASS_ID |
Constructor and Description |
---|
JspC() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
generateWebMapping(java.lang.String file,
JspCompilationContext clctxt) |
boolean |
genStringAsByteArray()
Are text strings to be generated as byte arrays, if the page is
unbuffered?
|
boolean |
genStringAsCharArray()
Indicates whether text strings are to be generated as char arrays.
|
int |
getCheckInterval()
Background compilation check intervals in seconds
|
boolean |
getClassDebugInfo()
Should we include debug information in compiled class?
|
java.lang.String |
getClassPath()
What classpath should I use while compiling the servlets
generated from JSP files?
|
java.lang.String |
getCompiler()
Compiler to use.
|
java.lang.String |
getCompilerClassName()
The name of class that implements JavaCompiler, used for Java compilations.
|
java.lang.String |
getCompilerSourceVM()
Compiler source VM, e.g.
|
java.lang.String |
getCompilerTargetVM()
The compiler target VM, e.g.
|
boolean |
getDevelopment()
Is Jasper being used in development mode?
|
int |
getDieLevel() |
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.
|
boolean |
getFailOnError() |
boolean |
getFork()
boolean flag to tell Ant whether to fork JSP page compilations.
|
java.lang.String |
getIeClassId()
Gets the class-id value that is sent to Internet Explorer when using
|
int |
getInitialCapacity()
Gets initial capacity of HashMap which maps JSPs to their corresponding
servlets.
|
java.lang.String |
getJavaEncoding()
Returns the encoding to use for
java files.
|
java.util.List<JasperException> |
getJSPCompilationErrors()
Gets the list of JSP compilation errors caught during the most recent
invocation of this instance's
execute method when
failOnError has been set to FALSE. |
java.lang.String |
getJspCompilerPath() |
java.lang.Class |
getJspCompilerPlugin() |
JspConfig |
getJspConfig()
Obtain JSP configuration informantion specified in web.xml.
|
boolean |
getKeepGenerated()
Are we keeping generated code around?
|
boolean |
getMappedFile()
Are we supporting HTML mapped servlets?
|
int |
getModificationTestInterval()
Modification test interval.
|
java.lang.Object |
getProtectionDomain() |
boolean |
getSaveBytecode()
If class files are generated as byte arrays, should they be saved to
disk at the end of compilations?
|
java.io.File |
getScratchDir()
What is my scratch dir?
|
boolean |
getSendErrorToClient()
Should errors be sent to client or thrown into stderr?
|
java.lang.String |
getSystemClassPath()
Gets the system class path.
|
TagPluginManager |
getTagPluginManager()
Obtain a Tag Plugin Manager
|
int |
getTagPoolSize() |
TldScanner |
getTldScanner()
The cache for the location of the TLD's
for the various tag libraries 'exposed'
by the web application.
|
boolean |
getTrimSpaces()
Should white spaces between directives or actions be trimmed?
|
boolean |
getUsePrecompiled()
Returns the value of the usePrecompiled (or use-precompiled) init
param.
|
boolean |
isDefaultBufferNone()
If the buffer attribute for the page directive is not specified,
is the default "none"?
|
boolean |
isPoolingEnabled()
Returns true if tag handler pooling is enabled, false otherwise.
|
boolean |
isSmapDumped()
Should SMAP info for JSR45 debugging be dumped to a file?
|
boolean |
isSmapSuppressed()
Is the generation of SMAP info for JSR45 debugging suppressed?
|
boolean |
isValidationEnabled() |
boolean |
isXpoweredBy()
Is generation of X-Powered-By response header enabled/disabled?
|
static void |
main(java.lang.String[] arg) |
protected void |
mergeIntoWebXml()
Include the generated web.xml inside the webapp's web.xml.
|
void |
scanFiles(java.io.File base)
Locate all jsp files in the webapp.
|
void |
setAddWebXmlMappings(boolean b) |
void |
setArgs(java.lang.String[] arg) |
void |
setClassDebugInfo(boolean b) |
void |
setClassName(java.lang.String p)
Class name of the generated file ( without package ).
|
void |
setClassPath(java.lang.String s) |
void |
setCompile(boolean b) |
void |
setCompiler(java.lang.String c) |
void |
setCompilerSourceVM(java.lang.String vm) |
void |
setCompilerTargetVM(java.lang.String vm) |
void |
setDefaultBufferNone(boolean defaultBufferNone) |
static void |
setDtdResourcePrefix(java.lang.String prefix)
Sets the path prefix for .dtd resources
|
void |
setErrorOnUseBeanInvalidClassAttribute(boolean b) |
void |
setFailOnError(boolean b)
Set the option that throws an exception in case of a compilation
error.
|
void |
setGenStringAsByteArray(boolean genStringAsByteArray) |
void |
setGenStringAsCharArray(boolean genStringAsCharArray)
Determines whether text strings are to be generated as char arrays,
which improves performance in some cases.
|
void |
setIeClassId(java.lang.String ieClassId)
Sets the class-id value to be sent to Internet Explorer when using
|
void |
setIgnoreJspFragmentErrors(boolean ignore) |
void |
setIsValidationEnabled(boolean b) |
void |
setJavaEncoding(java.lang.String encodingName)
Sets the encoding to use for
java files.
|
void |
setJspFiles(java.lang.String jspFiles) |
void |
setListErrors(boolean b) |
void |
setOutputDir(java.lang.String s) |
void |
setPackage(java.lang.String p) |
void |
setPoolingEnabled(boolean poolingEnabled) |
static void |
setSchemaResourcePrefix(java.lang.String prefix)
Sets the path prefix for .xsd resources
|
void |
setSmapDumped(boolean smapDumped)
Set smapSuppressed flag.
|
void |
setSmapSuppressed(boolean smapSuppressed)
Set smapSuppressed flag.
|
void |
setSystemClassPath(java.lang.String s)
Sets the system class path.
|
void |
setTrimSpaces(boolean ts) |
void |
setUriroot(java.lang.String s)
Base dir for the webapp.
|
void |
setValidateXml(boolean b) |
void |
setVerbose(int level) |
void |
setWebXml(java.lang.String s)
File where we generate a complete web.xml with the class definitions.
|
void |
setWebXmlFragment(java.lang.String s)
File where we generate a web.xml fragment with the class definitions.
|
void |
setXpoweredBy(boolean xpoweredBy) |
public static final java.lang.String DEFAULT_IE_CLASS_ID
public static void main(java.lang.String[] arg)
public void setArgs(java.lang.String[] arg) throws JasperException
JasperException
public int getDieLevel()
public boolean getKeepGenerated()
Options
getKeepGenerated
in interface Options
public boolean getSaveBytecode()
Options
getSaveBytecode
in interface Options
public boolean getTrimSpaces()
Options
getTrimSpaces
in interface Options
public void setTrimSpaces(boolean ts)
public boolean isPoolingEnabled()
Options
isPoolingEnabled
in interface Options
public void setPoolingEnabled(boolean poolingEnabled)
public boolean isXpoweredBy()
Options
isXpoweredBy
in interface Options
public void setXpoweredBy(boolean xpoweredBy)
public boolean getErrorOnUseBeanInvalidClassAttribute()
Options
getErrorOnUseBeanInvalidClassAttribute
in interface Options
public void setErrorOnUseBeanInvalidClassAttribute(boolean b)
public int getTagPoolSize()
public int getInitialCapacity()
getInitialCapacity
in interface Options
public boolean getMappedFile()
getMappedFile
in interface Options
public java.lang.Object getProtectionDomain()
public boolean getSendErrorToClient()
Options
getSendErrorToClient
in interface Options
public void setClassDebugInfo(boolean b)
public boolean getClassDebugInfo()
Options
getClassDebugInfo
in interface Options
public int getCheckInterval()
getCheckInterval
in interface Options
public int getModificationTestInterval()
getModificationTestInterval
in interface Options
public boolean getDevelopment()
getDevelopment
in interface Options
public boolean getUsePrecompiled()
Options
getUsePrecompiled
in interface Options
public boolean isSmapSuppressed()
isSmapSuppressed
in interface Options
public void setSmapSuppressed(boolean smapSuppressed)
public boolean isSmapDumped()
isSmapDumped
in interface Options
public void setSmapDumped(boolean smapDumped)
public void setGenStringAsCharArray(boolean genStringAsCharArray)
genStringAsCharArray
- true if text strings are to be generated as
char arrays, false otherwisepublic boolean genStringAsCharArray()
genStringAsCharArray
in interface Options
public void setGenStringAsByteArray(boolean genStringAsByteArray)
public boolean genStringAsByteArray()
Options
genStringAsByteArray
in interface Options
public boolean isDefaultBufferNone()
Options
isDefaultBufferNone
in interface Options
public void setDefaultBufferNone(boolean defaultBufferNone)
public void setIeClassId(java.lang.String ieClassId)
ieClassId
- Class-id valuepublic java.lang.String getIeClassId()
getIeClassId
in interface Options
public java.io.File getScratchDir()
Options
getScratchDir
in interface Options
public java.lang.Class getJspCompilerPlugin()
public java.lang.String getJspCompilerPath()
public java.lang.String getCompiler()
getCompiler
in interface Options
public void setCompiler(java.lang.String c)
public java.lang.String getCompilerTargetVM()
Options
getCompilerTargetVM
in interface Options
Options.getCompilerTargetVM()
public void setCompilerTargetVM(java.lang.String vm)
public java.lang.String getCompilerSourceVM()
Options
getCompilerSourceVM
in interface Options
Options#getCompilerSourceVM.
public void setCompilerSourceVM(java.lang.String vm)
Options#getCompilerSourceVM.
public java.lang.String getCompilerClassName()
Options
getCompilerClassName
in interface Options
Options#getCompilerClassName.
public TldScanner getTldScanner()
Options
getTldScanner
in interface Options
public java.lang.String getJavaEncoding()
getJavaEncoding
in interface Options
public void setJavaEncoding(java.lang.String encodingName)
encodingName
- The name, e.g. "UTF-8"public boolean getFork()
Options
public java.lang.String getClassPath()
Options
getClassPath
in interface Options
public void setClassPath(java.lang.String s)
public java.lang.String getSystemClassPath()
getSystemClassPath
in interface Options
public void setSystemClassPath(java.lang.String s)
s
- The system class path to usepublic void setUriroot(java.lang.String s)
public static void setSchemaResourcePrefix(java.lang.String prefix)
public static void setDtdResourcePrefix(java.lang.String prefix)
public void setJspFiles(java.lang.String jspFiles)
public void setCompile(boolean b)
public void setVerbose(int level)
public void setValidateXml(boolean b)
public void setIsValidationEnabled(boolean b)
public boolean isValidationEnabled()
isValidationEnabled
in interface Options
public void setListErrors(boolean b)
public void setOutputDir(java.lang.String s)
public void setPackage(java.lang.String p)
public void setClassName(java.lang.String p)
public void setWebXmlFragment(java.lang.String s)
public void setWebXml(java.lang.String s)
public void setAddWebXmlMappings(boolean b)
public void setFailOnError(boolean b)
public boolean getFailOnError()
public void setIgnoreJspFragmentErrors(boolean ignore)
public JspConfig getJspConfig()
getJspConfig
in interface Options
public TagPluginManager getTagPluginManager()
Options
getTagPluginManager
in interface Options
public void generateWebMapping(java.lang.String file, JspCompilationContext clctxt) throws java.io.IOException
java.io.IOException
public java.util.List<JasperException> getJSPCompilationErrors()
execute
method when
failOnError has been set to FALSE.
Each error error in the list is represented by an instance of
org.apache.jasper.JasperException.execute
method, or an empty
list if no errors were encountered or this instance's failOnError
property was set to TRUEprotected void mergeIntoWebXml() throws java.io.IOException
java.io.IOException
public void scanFiles(java.io.File base) throws JasperException
JasperException
public void execute() throws JasperException
JasperException