Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » jasper » compiler » [javadoc | source]
org.apache.jasper.compiler
public class: JDTCompiler [javadoc | source]
java.lang.Object
   org.apache.jasper.compiler.Compiler
      org.apache.jasper.compiler.JDTCompiler
JDT class compiler. This compiler will load source dependencies from the context classloader, reducing dramatically disk access during the compilation process.
Fields inherited from org.apache.jasper.compiler.Compiler:
log,  ctxt,  errDispatcher,  pageInfo,  jsw,  tfp,  options,  pageNodes
Method from org.apache.jasper.compiler.JDTCompiler Summary:
generateClass
Methods from org.apache.jasper.compiler.Compiler:
compile,   compile,   compile,   generateClass,   generateJava,   getCompilationContext,   getErrorDispatcher,   getPageInfo,   getPageNodes,   init,   isOutDated,   isOutDated,   removeGeneratedClassFiles,   removeGeneratedFiles
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jasper.compiler.JDTCompiler Detail:
 protected  void generateClass(String[] smap) throws Exception, JasperException, FileNotFoundException 
    Compile the servlet from .java file to .class file