|
JasperC (Apache Ant API)
org.apache.tools.ant.taskdefs.optional.jsp.compilers
Class JasperC
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
- Author:
- Matthew Watson mattw@i3sp.com
, steve loughran
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JasperC
public JasperC()
execute
public boolean execute()
throws BuildException
- our execute method
- Returns:
- has the compilation been successful
BuildException
createMangler
public JspMangler createMangler()
- Returns:
- an instance of the mangler this compiler uses
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.
|