Package org.jusecase.jte.output
Class StringOutput
- java.lang.Object
-
- org.jusecase.jte.output.StringOutput
-
- All Implemented Interfaces:
TemplateOutput
public class StringOutput extends Object implements TemplateOutput
-
-
Constructor Summary
Constructors Constructor Description StringOutput()StringOutput(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()voidwriteSafeContent(String value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
-
-
-
-
Method Detail
-
writeSafeContent
public void writeSafeContent(String value)
- Specified by:
writeSafeContentin interfaceTemplateOutput
-
-