Package gg.jte.output
Class WriterOutput
- java.lang.Object
-
- gg.jte.output.WriterOutput
-
- All Implemented Interfaces:
TemplateOutput
public class WriterOutput extends java.lang.Object implements TemplateOutput
-
-
Constructor Summary
Constructors Constructor Description WriterOutput(java.io.Writer writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.WritergetWriter()voidwriteContent(java.lang.String value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gg.jte.TemplateOutput
writeBinaryContent, writeUserContent, writeUserContent, writeUserContent, writeUserContent, writeUserContent, writeUserContent, writeUserContent, writeUserContent, writeUserContent, writeUserContent, writeUserContent, writeUserContent, writeUserContent, writeUserContent
-
-
-
-
Method Detail
-
getWriter
public java.io.Writer getWriter()
- Specified by:
getWriterin interfaceTemplateOutput
-
writeContent
public void writeContent(java.lang.String value)
- Specified by:
writeContentin interfaceTemplateOutput
-
-