Uses of Interface
freemarker.template.TemplateModelIterator
-
Packages that use TemplateModelIterator Package Description freemarker.ext.beans The default object wrapper of FreeMarker uses this to expose Java Beans and POJO-s to templates.freemarker.ext.jdom Deprecated, use W3C DOM (freemarker.ext.dom) instead; Exposes JDOM XML nodes to templates.freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration(see also the Getting Started in the Manual.)freemarker.template.utility Various classes used by core FreeMarker code but might be useful outside of it too. -
-
Uses of TemplateModelIterator in freemarker.ext.beans
Classes in freemarker.ext.beans that implement TemplateModelIterator Modifier and Type Class Description classEnumerationModelA class that addsTemplateModelIteratorfunctionality to theEnumerationinterface implementers.classIteratorModelA class that addsTemplateModelIteratorfunctionality to theIteratorinterface implementers.Methods in freemarker.ext.beans that return TemplateModelIterator Modifier and Type Method Description TemplateModelIteratorArrayModel. iterator()TemplateModelIteratorCollectionModel. iterator()TemplateModelIteratorEnumerationModel. iterator()This allows the enumeration to be used in a <#list> block.TemplateModelIteratorIteratorModel. iterator()This allows the iterator to be used in a <#list> block. -
Uses of TemplateModelIterator in freemarker.ext.jdom
Methods in freemarker.ext.jdom that return TemplateModelIterator Modifier and Type Method Description TemplateModelIteratorNodeListModel. iterator()Deprecated. -
Uses of TemplateModelIterator in freemarker.template
Methods in freemarker.template that return TemplateModelIterator Modifier and Type Method Description TemplateModelIteratorDefaultEnumerationAdapter. iterator()TemplateModelIteratorDefaultIterableAdapter. iterator()TemplateModelIteratorDefaultIteratorAdapter. iterator()TemplateModelIteratorDefaultNonListCollectionAdapter. iterator()TemplateModelIteratorSimpleCollection. iterator()Retrieves a template model iterator that is used to iterate over the elements in this collection.TemplateModelIteratorTemplateCollectionModel. iterator()Retrieves a template model iterator that is used to iterate over the elements in this collection. -
Uses of TemplateModelIterator in freemarker.template.utility
Fields in freemarker.template.utility declared as TemplateModelIterator Modifier and Type Field Description static TemplateModelIteratorConstants. EMPTY_ITERATOR
-