Package fmpp.models
Class TemplateModelArrayCollection
- java.lang.Object
-
- fmpp.models.TemplateModelArrayCollection
-
- All Implemented Interfaces:
freemarker.template.TemplateCollectionModel
,freemarker.template.TemplateModel
public class TemplateModelArrayCollection extends java.lang.Object implements freemarker.template.TemplateCollectionModel
Collection variable implementation that wraps an array of already wrapped objects directly.
-
-
Constructor Summary
Constructors Constructor Description TemplateModelArrayCollection(freemarker.template.TemplateModel[] array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description freemarker.template.TemplateModelIterator
iterator()
-