Package fmpp.models
Class TemplateModelListCollection
java.lang.Object
fmpp.models.TemplateModelListCollection
- All Implemented Interfaces:
freemarker.template.TemplateCollectionModel
,freemarker.template.TemplateModel
public class TemplateModelListCollection
extends Object
implements freemarker.template.TemplateCollectionModel
Collection variable implementation that wraps a java.util.List of already
wrapped objects directly.
-
Field Summary
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TemplateModelListCollection
-
-
Method Details
-
iterator
public freemarker.template.TemplateModelIterator iterator()- Specified by:
iterator
in interfacefreemarker.template.TemplateCollectionModel
-