Package fmpp.models
package fmpp.models
freemarker.template.TemplateModel
implementations.
-
ClassesClassDescriptionAdds/inserts an item to a
WritableSequence
.Removes all items from aWritableSequence
orWritableHash
.Creates a new, emptyWritableHash
.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.JSON "array" value; see http://www.json.org/.JSON "true" and "false" value; see http://www.json.org/.Node in a hierarchy of JSON values.JSON "null" value; see http://www.json.org/.JSON "number" value; see http://www.json.org/.JSON "object" value; see http://www.json.org/.JSON "string" value; see http://www.json.org/.Creates a new, emptyWritableHash
.Creates a new, emptyWritableSequence
.Removes an item from aWritableSequence
orWritableHash
.Changes items an item in aWritableSequence
or sets/adds and item to aWritableHash
.Sequence variable implementation that wraps a String[] with relatively low resource utilization.Collection variable implementation that wraps an array of already wrapped objects directly.Collection variable implementation that wraps a java.util.List of already wrapped objects directly.Sequence that wraps ajava.util.List
of already wrapped objects directly, with minimal resource usage.Constains utility methods for transform and method variable implementation.Hash variable that can be changed during template execution with the proper method variables.Sequence variable that can be changed during template execution with the proper method variables.