java.lang.Object
org.apache.tools.ant.taskdefs.optional.jsp.compilers.DefaultJspCompilerAdapter
org.apache.tools.ant.taskdefs.optional.jsp.compilers.JasperC
All 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
  • Constructor Details

    • JasperC

      public JasperC​(JspMangler mangler)
      Constructor for JasperC.
      Parameters:
      mangler - a filename converter
  • Method Details