Package fmpp.models

Class TemplateModelListCollection

  • All Implemented Interfaces:
    freemarker.template.TemplateCollectionModel, freemarker.template.TemplateModel

    public class TemplateModelListCollection
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      freemarker.template.TemplateModelIterator iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TemplateModelListCollection

        public TemplateModelListCollection​(java.util.List list)
    • Method Detail

      • iterator

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