Package org.jusecase.jte.output
Class PrintWriterOutput
- java.lang.Object
-
- org.jusecase.jte.output.PrintWriterOutput
-
- All Implemented Interfaces:
TemplateOutput
public class PrintWriterOutput extends Object implements TemplateOutput
-
-
Constructor Summary
Constructors Constructor Description PrintWriterOutput(PrintWriter writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteSafeContent(String value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jusecase.jte.TemplateOutput
writeSafe, writeSafe, writeSafe, writeSafe, writeSafe, writeSafe, writeSafe, writeSafe, writeStaticContent, writeUnsafe, writeUnsafe, writeUnsafe, writeUnsafe, writeUnsafe, writeUnsafe, writeUnsafe, writeUnsafe, writeUnsafeContent
-
-
-
-
Constructor Detail
-
PrintWriterOutput
public PrintWriterOutput(PrintWriter writer)
-
-
Method Detail
-
writeSafeContent
public void writeSafeContent(String value)
- Specified by:
writeSafeContentin interfaceTemplateOutput
-
-