|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.apache.jasper.compiler.NullJavaCompiler
public class NullJavaCompiler
Java compiler for invoking JSP to java translation only. This only implements the part of JavaCompiler that handles the writing of the generated Java file.
| 构造方法摘要 | |
|---|---|
NullJavaCompiler()
|
|
| 方法摘要 | |
|---|---|
JavacErrorDetail[] |
compile(String className,
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 |
release()
Release resouces used in the current compilation |
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)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public NullJavaCompiler()
| 方法详细信息 |
|---|
public void init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging)
public void release()
public void setExtdirs(String exts)
public void setTargetVM(String targetVM)
public void setSourceVM(String sourceVM)
public void setClassPath(List<File> cpath)
public void saveClassFile(String className,
String classFileName)
public void setDebug(boolean debug)
public long getClassLastModified()
public Writer getJavaWriter(String javaFileName,
String javaEncoding)
throws JasperException
JasperException
public JavacErrorDetail[] compile(String className,
Node.Nodes pageNodes)
throws JasperException
className - Name of the class under compilation
JasperExceptionpublic void doJavaFile(boolean keep)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||