public class JspCompilerImpl extends Object implements JspCompiler
Constructor and Description |
---|
JspCompilerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
compile() |
void |
setArgs(String[] args) |
void |
setCompile(boolean compile) |
void |
setCompilerSourceVM(String source) |
void |
setCompilerTargetVM(String target) |
void |
setSmapDumped(boolean smapDumped) |
void |
setSmapSuppressed(boolean smapSuppressed) |
void |
setTrimSpaces(boolean trimSpaces) |
void |
setValidateXml(boolean validateXml) |
void |
setVerbose(int verbose) |
public void setArgs(String[] args)
setArgs
in interface JspCompiler
public void setSmapDumped(boolean smapDumped)
setSmapDumped
in interface JspCompiler
public void setSmapSuppressed(boolean smapSuppressed)
setSmapSuppressed
in interface JspCompiler
public void setCompile(boolean compile)
setCompile
in interface JspCompiler
public void setValidateXml(boolean validateXml)
setValidateXml
in interface JspCompiler
public void setTrimSpaces(boolean trimSpaces)
setTrimSpaces
in interface JspCompiler
public void setVerbose(int verbose)
setVerbose
in interface JspCompiler
public void setCompilerSourceVM(String source)
setCompilerSourceVM
in interface JspCompiler
public void setCompilerTargetVM(String target)
setCompilerTargetVM
in interface JspCompiler
public void compile() throws Exception
compile
in interface JspCompiler
Exception
Copyright © 2016 Codehaus. All rights reserved.