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

Class JasperC

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

Constructor Summary
JasperC(JspMangler mangler)
Method Summary
JspManglercreateMangler()
booleanexecute()
our execute method

Constructor Detail

JasperC

public JasperC(JspMangler mangler)

Method Detail

createMangler

public JspMangler createMangler()

Returns: an instance of the mangler this compiler uses

execute

public boolean execute()
our execute method
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.