Uses of Interface
org.stringtemplate.v4.STWriter
-
Packages that use STWriter Package Description org.stringtemplate.v4 -
-
Uses of STWriter in org.stringtemplate.v4
Classes in org.stringtemplate.v4 that implement STWriter Modifier and Type Class Description classAutoIndentWriterEssentially a char filter that knows how to auto-indent output by maintaining a stack of indent levels.classNoIndentWriterJust pass through the text.Methods in org.stringtemplate.v4 with parameters of type STWriter Modifier and Type Method Description protected intInterpreter. _exec(STWriter out, InstanceScope scope)intInterpreter. exec(STWriter out, InstanceScope scope)Execute templateselfand return how many characters it wrote toout.protected ObjectInterpreter. getObjectProperty(STWriter out, InstanceScope scope, Object o, Object property)protected voidInterpreter. indent(STWriter out, InstanceScope scope, int strIndex)voidInterpreter. setDefaultArguments(STWriter out, InstanceScope scope)Set any default argument values that were not set by the invoking template or byST.add(java.lang.String, java.lang.Object)directly.protected StringInterpreter. toString(STWriter out, InstanceScope scope, Object value)intST. write(STWriter out)intST. write(STWriter out, Locale locale)intST. write(STWriter out, Locale locale, STErrorListener listener)intST. write(STWriter out, STErrorListener listener)protected intInterpreter. writeIterator(STWriter out, InstanceScope scope, Object o, String[] options)protected intInterpreter. writeObject(STWriter out, InstanceScope scope, Object o, String[] options)Generic method to emit text for an object.protected intInterpreter. writeObjectNoOptions(STWriter out, InstanceScope scope, Object o)Write out an expression result that doesn't use expression options.protected intInterpreter. writeObjectWithOptions(STWriter out, InstanceScope scope, Object o, Object[] options)Write out an expression result that uses expression options.protected intInterpreter. writePOJO(STWriter out, InstanceScope scope, Object o, String[] options)
-