API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs.optional.jsp.compilers. DefaultJspCompilerAdapter View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      DefaultJspCompilerAdapter
Implements
 JspCompilerAdapter
Subclasses
Description
publicabstract abstract class DefaultJspCompilerAdapter
  This is the default implementation for the JspCompilerAdapter interface.
See also:   
Constructors
public DefaultJspCompilerAdapter ()
Methods
Hide/Show inherited methods
protected void addArg (CommandlineJava cmd, java.lang.String argument)
  add an argument oneple to the argument list, if the value aint null
protected void addArg (CommandlineJava cmd, java.lang.String argument, java.io.File file)
  add an argument tuple to the arg list, if the file parameter aint null
protected void addArg (CommandlineJava cmd, java.lang.String argument, java.lang.String value)
  add an argument tuple to the argument list, if the value aint null
public JspC getJspc ()
  get the owner
public Project getProject ()
  get our project
public boolean implementsOwnDependencyChecking () [Specified in JspCompilerAdapter]
  ask if compiler can sort out its own dependencies
protected void logAndAddFilesToCompile (JspC jspc, java.util.Vector compileList, CommandlineJava cmd)
  Logs the compilation parameters, adds the files to compile and logs the "niceSourceList"
public void setJspc (JspC owner) [Specified in JspCompilerAdapter]
  set the owner
Fields
Hide/Show inherited fields
protected JspC owner
our owner
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar