Package fmpp.models

freemarker.template.TemplateModel implementations.

See:
          Description

Class Summary
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.
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.
 

Package fmpp.models Description

freemarker.template.TemplateModel implementations.