org.apache.tools.ant.taskdefs.optional.jsp.compilers

Class JasperC

Implemented Interfaces:
JspCompilerAdapter

public class JasperC
extends DefaultJspCompilerAdapter

The implementation of the jasper compiler. This is a cut-and-paste of the original Jspc task.
Since:
ant1.5

Field Summary

Fields inherited from class org.apache.tools.ant.taskdefs.optional.jsp.compilers.DefaultJspCompilerAdapter

owner

Constructor Summary

JasperC(JspMangler mangler)

Method Summary

JspMangler
createMangler()
boolean
execute()
our execute method

Methods inherited from class org.apache.tools.ant.taskdefs.optional.jsp.compilers.DefaultJspCompilerAdapter

addArg, addArg, addArg, getJspc, getProject, implementsOwnDependencyChecking, logAndAddFilesToCompile, setJspc

Constructor Details

JasperC

public JasperC(JspMangler mangler)

Method Details

createMangler

public JspMangler createMangler()
Specified by:
createMangler in interface JspCompilerAdapter
Returns:
an instance of the mangler this compiler uses

execute

public boolean execute()
            throws BuildException
our execute method
Specified by:
execute in interface JspCompilerAdapter

Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.