Package fmpp.models

Class TemplateModelArrayCollection

java.lang.Object
fmpp.models.TemplateModelArrayCollection
All Implemented Interfaces:
freemarker.template.TemplateCollectionModel, freemarker.template.TemplateModel

public class TemplateModelArrayCollection extends Object implements freemarker.template.TemplateCollectionModel
Collection variable implementation that wraps an array of already wrapped objects directly.
  • Constructor Details

    • TemplateModelArrayCollection

      public TemplateModelArrayCollection(freemarker.template.TemplateModel[] array)
  • Method Details

    • iterator

      public freemarker.template.TemplateModelIterator iterator()
      Specified by:
      iterator in interface freemarker.template.TemplateCollectionModel