org.apache.jasper.compiler

Class JDTCompiler

public class JDTCompiler extends Compiler

JDT class compiler. This compiler will load source dependencies from the context classloader, reducing dramatically disk access during the compilation process.

Author: Cocoon2 Remy Maucherat

Method Summary
protected voidgenerateClass(String[] smap)
Compile the servlet from .java file to .class file

Method Detail

generateClass

protected void generateClass(String[] smap)
Compile the servlet from .java file to .class file
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.