public class JspCompilerImpl extends java.lang.Object implements JspCompiler
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String[] |
args |
private boolean |
compile |
private java.lang.String |
compilerSource |
private java.lang.String |
compilerTarget |
private boolean |
smapDumped |
private boolean |
smapSuppressed |
private boolean |
trimSpaces |
private boolean |
validateXml |
private int |
verbose |
| Constructor and Description |
|---|
JspCompilerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
compile() |
void |
setArgs(java.lang.String[] args) |
void |
setCompile(boolean compile) |
void |
setCompilerSourceVM(java.lang.String source) |
void |
setCompilerTargetVM(java.lang.String target) |
void |
setSmapDumped(boolean smapDumped) |
void |
setSmapSuppressed(boolean smapSuppressed) |
void |
setTrimSpaces(boolean trimSpaces) |
void |
setValidateXml(boolean validateXml) |
void |
setVerbose(int verbose) |
private java.lang.String[] args
private boolean smapDumped
private boolean smapSuppressed
private boolean compile
private boolean validateXml
private boolean trimSpaces
private int verbose
private java.lang.String compilerSource
private java.lang.String compilerTarget
public void setArgs(java.lang.String[] args)
setArgs in interface JspCompilerpublic void setSmapDumped(boolean smapDumped)
setSmapDumped in interface JspCompilerpublic void setSmapSuppressed(boolean smapSuppressed)
setSmapSuppressed in interface JspCompilerpublic void setCompile(boolean compile)
setCompile in interface JspCompilerpublic void setValidateXml(boolean validateXml)
setValidateXml in interface JspCompilerpublic void setTrimSpaces(boolean trimSpaces)
setTrimSpaces in interface JspCompilerpublic void setVerbose(int verbose)
setVerbose in interface JspCompilerpublic void setCompilerSourceVM(java.lang.String source)
setCompilerSourceVM in interface JspCompilerpublic void setCompilerTargetVM(java.lang.String target)
setCompilerTargetVM in interface JspCompilerpublic void compile()
throws java.lang.Exception
compile in interface JspCompilerjava.lang.Exception