|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jelly.apt.JellyTemplateOutput
public class JellyTemplateOutput
Output implementation for jelly templates.
| Constructor Summary | |
|---|---|
JellyTemplateOutput(org.apache.commons.jelly.XMLOutput output)
|
|
| Method Summary | |
|---|---|
void |
redirect(APTJellyTag block,
java.io.Writer writer)
Redirect the template output to a specified writer. |
void |
write(APTJellyTag block)
Write a block of template code to the output. |
void |
write(java.lang.String value)
Write a value to the template output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JellyTemplateOutput(org.apache.commons.jelly.XMLOutput output)
| Method Detail |
|---|
public void redirect(APTJellyTag block,
java.io.Writer writer)
throws java.io.IOException,
TemplateException
TemplateOutput
redirect in interface TemplateOutput<APTJellyTag>block - The block to redirect.writer - The writer to which to redirect the output.
java.io.IOException
TemplateException
public void write(APTJellyTag block)
throws java.io.IOException,
TemplateException
TemplateOutput
write in interface TemplateOutput<APTJellyTag>block - The block of template code to write.
java.io.IOException
TemplateException
public void write(java.lang.String value)
throws java.io.IOException,
TemplateException
TemplateOutput
write in interface TemplateOutput<APTJellyTag>value - The value to write.
java.io.IOException
TemplateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||