public interface JspCompilerAdapter
A compiler adapter is an adapter that interprets the jspc's parameters in preparation to be passed off to the compiler 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).
Modifier and Type | Method and Description |
---|---|
JspMangler |
createMangler() |
boolean |
execute()
Executes the task.
|
boolean |
implementsOwnDependencyChecking()
ask if compiler can sort out its own dependencies
|
void |
setJspc(JspC attributes)
Sets the compiler attributes, which are stored in the Jspc task.
|
JspMangler createMangler()
boolean execute() throws BuildException
BuildException
- on errorboolean implementsOwnDependencyChecking()
void setJspc(JspC attributes)
attributes
- the jsp compiler attributes