| Package | Description |
|---|---|
| org.stringtemplate.v4 |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoIndentWriter
Essentially a char filter that knows how to auto-indent output by maintaining a stack of indent levels.
|
class |
NoIndentWriter
Just pass through the text.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
Interpreter._exec(STWriter
|
int |
Interpreter.exec(STWriter
Execute template
self and return how many characters it wrote to
out.
|
protected Object |
Interpreter.getObjectProperty(STWriter
|
protected void |
Interpreter.indent(STWriter
|
void |
Interpreter.setDefaultArguments(STWriter
Set any default argument values that were not set by the invoking template or by
ST directly.
|
protected String |
Interpreter.toString(STWriter
|
int |
ST.write(STWriter
|
int |
ST.write(STWriter
|
int |
ST.write(STWriter
|
int |
ST.write(STWriter
|
protected int |
Interpreter.writeIterator(STWriter
|
protected int |
Interpreter.writeObject(STWriter
Generic method to emit text for an object.
|
protected int |
Interpreter.writeObjectNoOptions(STWriter
Write out an expression result that doesn't use expression options.
|
protected int |
Interpreter.writeObjectWithOptions(STWriter
Write out an expression result that uses expression options.
|
protected int |
Interpreter.writePOJO(STWriter
|