Package fmpp.models
freemarker.template.TemplateModel
implementations.
-
Class Summary Class Description AddTransform Adds/inserts an item to aWritableSequence
.ClearTransform Removes all items from aWritableSequence
orWritableHash
.CopyWritableVariableMethod Creates a new, emptyWritableHash
.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, emptyWritableHash
.NewWritableSequenceMethod Creates a new, emptyWritableSequence
.RemoveTransform Removes an item from aWritableSequence
orWritableHash
.SetTransform Changes items an item in aWritableSequence
or sets/adds and item to aWritableHash
.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 ajava.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.