Uses of Class
freemarker.template.DefaultIteratorAdapter
-
Packages that use DefaultIteratorAdapter Package Description freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration
(see also the Getting Stared in the Manual.) -
-
Uses of DefaultIteratorAdapter in freemarker.template
Methods in freemarker.template that return DefaultIteratorAdapter Modifier and Type Method Description static DefaultIteratorAdapter
DefaultIteratorAdapter. adapt(Iterator iterator, ObjectWrapper wrapper)
Factory method for creating new adapter instances.
-