Uses of Class
freemarker.template.DefaultIterableAdapter
-
Packages that use DefaultIterableAdapter Package Description freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration
(see also the Getting Started in the Manual.) -
-
Uses of DefaultIterableAdapter in freemarker.template
Methods in freemarker.template that return DefaultIterableAdapter Modifier and Type Method Description static DefaultIterableAdapter
DefaultIterableAdapter. adapt(java.lang.Iterable<?> iterable, ObjectWrapperWithAPISupport wrapper)
Factory method for creating new adapter instances.
-