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.
SinceNot specified.
VersionNot specified.
AuthorCocoon2, Remy Maucherat
Wiki javadoc Use textile entry format.
Add your comments here.
Fields inherited from org.apache.jasper.compilerCompiler
Constructor Summary
JDTCompiler()
No description provided.
Method Summary
protected void generateClass( String [] smap )
Compile the servlet from .java file to .class file
JDTCompiler
public JDTCompiler ( )
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
generateClass
protected void generateClass ( String [] smap )
Compile the servlet from .java file to .class file
Overrides method in Compiler
Parameters
TypeNameDescription
String [] smap No description provided.
Returns void No description provided.
Exceptions
Exception No description provided.
JasperException No description provided.
FileNotFoundException No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.