Package org.apache.jasper.compiler
Class AntCompiler
java.lang.Object
org.apache.jasper.compiler.Compiler
org.apache.jasper.compiler.AntCompiler
Main JSP compiler class. This class uses Ant for compiling.
- Author:
- Anil K. Vijendran, Mandar Raje, Pierre Delisle, Kin-man Chung, Remy Maucherat, Mark Roth
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
protected static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final Object
protected AntCompiler.JasperAntLogger
protected org.apache.tools.ant.Project
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
generateClass
(Map<String, SmapStratum> smaps) Servlet compilation.protected org.apache.tools.ant.Project
Methods inherited from class org.apache.jasper.compiler.Compiler
compile, compile, compile, generateJava, getCompilationContext, getErrorDispatcher, getPageInfo, getSmap, init, isOutDated, isOutDated, removeGeneratedClassFiles, removeGeneratedFiles
-
Field Details
-
javacLock
-
project
protected org.apache.tools.ant.Project project -
logger
-
-
Constructor Details
-
AntCompiler
public AntCompiler()
-
-
Method Details
-
getProject
protected org.apache.tools.ant.Project getProject() -
generateClass
protected void generateClass(Map<String, SmapStratum> smaps) throws FileNotFoundException, JasperException, ExceptionDescription copied from class:Compiler
Servlet compilation. This compiles the generated sources into Servlets.- Specified by:
generateClass
in classCompiler
- Parameters:
smaps
- The source maps for the class(es) generated from the source file- Throws:
FileNotFoundException
- Source files not foundJasperException
- Compilation errorException
- Some other error
-