org.apache.tools.ant.taskdefs.optional.jsp.compilers |
|
Java Source File Name | Type | Comment |
DefaultJspCompilerAdapter.java | Class | This is the default implementation for the JspCompilerAdapter interface. |
JasperC.java | Class | The implementation of the jasper compiler. |
JspCompilerAdapter.java | Interface | The interface that all jsp compiler adapters must adher to.
A compiler adapter is an adapter that interprets the jspc's
parameters in preperation to be passed off to the compier this
adapter represents. |
JspCompilerAdapterFactory.java | Class | Creates the necessary compiler adapter, given basic criteria. |