API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs.optional.jsp.compilers. JspCompilerAdapterFactory View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      JspCompilerAdapterFactory
Implements
Subclasses
Description
publicfinal class JspCompilerAdapterFactory
Creates the necessary compiler adapter, given basic criteria.
See also:   
Constructors
private JspCompilerAdapterFactory ()
This is a singleton -- can't create instances!!
Methods
Hide/Show inherited methods
publicstatic JspCompilerAdapter getCompiler (java.lang.String compilerType, Task task) throws BuildException
  Based on the parameter passed in, this method creates the necessary factory desired.
publicstatic JspCompilerAdapter getCompiler (java.lang.String compilerType, Task task, AntClassLoader loader) throws BuildException
  Based on the parameter passed in, this method creates the necessary factory desired.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar