|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jasper.compiler.JDTJavaCompiler
public class JDTJavaCompiler
JDT class compiler. This compiler will load source dependencies from the context classloader, reducing dramatically disk access during the compilation process.
Constructor Summary | |
---|---|
JDTJavaCompiler()
|
Method Summary | |
---|---|
JavacErrorDetail[] |
compile(String targetClassName,
Node.Nodes pageNodes)
Start Java compilation |
void |
doJavaFile(boolean keep)
Remove/save the generated Java File from/to disk |
long |
getClassLastModified()
Return the time the class file was generated. |
Writer |
getJavaWriter(String javaFileName,
String javaEncoding)
Get a Writer for the Java file. |
void |
init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging)
Initializations |
void |
saveClassFile(String className,
String classFileName)
Save the generated class file to disk, if not already done. |
void |
setClassPath(List<File> cpath)
Java Compiler options. |
void |
setDebug(boolean debug)
|
void |
setExtdirs(String exts)
|
void |
setSourceVM(String sourceVM)
|
void |
setTargetVM(String targetVM)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDTJavaCompiler()
Method Detail |
---|
public void init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
public void setExtdirs(String exts)
public void setClassPath(List<File> cpath)
public long getClassLastModified()
public Writer getJavaWriter(String javaFileName, String javaEncoding) throws JasperException
JasperException
public void setDebug(boolean debug)
public void setSourceVM(String sourceVM)
public void setTargetVM(String targetVM)
public void saveClassFile(String className, String classFileName)
public void doJavaFile(boolean keep)
public JavacErrorDetail[] compile(String targetClassName, Node.Nodes pageNodes) throws JasperException
targetClassName
- Name of the class under compilation
JasperException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |