|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.jsp.compilers.DefaultCompilerAdapter
This is the default implementation for the CompilerAdapter interface. This is currently very light on the ground since only one compiler type is supported.
Constructor Summary | |
DefaultCompilerAdapter()
|
Method Summary | |
JspC |
getJspc()
|
void |
setJspc(JspC attributes)
Sets the compiler attributes, which are stored in the Jspc task. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.tools.ant.taskdefs.optional.jsp.compilers.CompilerAdapter |
execute |
Constructor Detail |
public DefaultCompilerAdapter()
Method Detail |
public void setJspc(JspC attributes)
CompilerAdapter
setJspc
in interface CompilerAdapter
public JspC getJspc()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |