FileDocCategorySizeDatePackage
JspCompilerAdapter.javaAPI DocApache Ant 1.702179Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.taskdefs.optional.jsp.compilers

JspCompilerAdapter

public interface JspCompilerAdapter
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. As all the necessary values are stored in the Jspc task itself, the only thing all adapters need is the jsp task, the execute command and a parameterless constructor (for reflection).

Fields Summary
Constructors Summary
Methods Summary
public org.apache.tools.ant.taskdefs.optional.jsp.JspManglercreateMangler()

return
an instance of the mangler this compiler uses

public booleanexecute()
Executes the task.

return
has the compilation been successful
throws
BuildException on error

public booleanimplementsOwnDependencyChecking()
ask if compiler can sort out its own dependencies

return
true if the compiler wants to do its own depends

public voidsetJspc(org.apache.tools.ant.taskdefs.optional.jsp.JspC attributes)
Sets the compiler attributes, which are stored in the Jspc task.

param
attributes the jsp compiler attributes