|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.taskdefs.optional.jsp.compilers.DefaultJspCompilerAdapter org.apache.tools.ant.taskdefs.optional.jsp.compilers.JasperC
public class JasperC
The implementation of the jasper compiler. This is a cut-and-paste of the original Jspc task.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.taskdefs.optional.jsp.compilers.DefaultJspCompilerAdapter |
---|
owner |
Constructor Summary | |
---|---|
JasperC(JspMangler mangler)
Constructor for JasperC. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JasperC(JspMangler mangler)
mangler
- a filename converterMethod Detail |
---|
public boolean execute() throws BuildException
BuildException
- on errorpublic JspMangler createMangler()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |