Class | Description |
---|---|
AddTransform |
Adds/inserts an item to a
WritableSequence . |
ClearTransform |
Removes all items from a
WritableSequence or WritableHash . |
CopyWritableVariableMethod |
Creates a new, empty
WritableHash . |
CsvSequence |
Sequence variable implementation that wraps text of CSV or tab separated
values format, or any other format that is the same as CSV except that it
uses different column separator char.
|
JSONArrayNode |
JSON "array" value; see http://www.json.org/.
|
JSONBooleanNode |
JSON "true" and "false" value; see http://www.json.org/.
|
JSONNode |
Node in a hierarchy of JSON values.
|
JSONNullNode |
JSON "null" value; see http://www.json.org/.
|
JSONNumberNode |
JSON "number" value; see http://www.json.org/.
|
JSONObjectNode |
JSON "object" value; see http://www.json.org/.
|
JSONStringNode |
JSON "string" value; see http://www.json.org/.
|
NewWritableHashMethod |
Creates a new, empty
WritableHash . |
NewWritableSequenceMethod |
Creates a new, empty
WritableSequence . |
RemoveTransform |
Removes an item from a
WritableSequence or WritableHash . |
SetTransform |
Changes items an item in a
WritableSequence or sets/adds and
item to a WritableHash . |
StringArraySequence |
Sequence variable implementation that wraps a String[] with relatively low
resource utilization.
|
TemplateModelArrayCollection |
Collection variable implementation that wraps an array of already
wrapped objects directly.
|
TemplateModelListCollection |
Collection variable implementation that wraps a java.util.List of already
wrapped objects directly.
|
TemplateModelListSequence |
Sequence that wraps a
java.util.List of already wrapped objects
directly, with minimal resource usage. |
TemplateModelUtils |
Constains utility methods for transform and method variable implementation.
|
WritableHash |
Hash variable that can be changed during template execution with the proper
method variables.
|
WritableSequence |
Sequence variable that can be changed during template execution with the
proper method variables.
|
freemarker.template.TemplateModel
implementations.