Uses of Class
freemarker.template.DefaultNonListCollectionAdapter
-
Packages that use DefaultNonListCollectionAdapter 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 DefaultNonListCollectionAdapter in freemarker.template
Methods in freemarker.template that return DefaultNonListCollectionAdapter Modifier and Type Method Description static DefaultNonListCollectionAdapter
DefaultNonListCollectionAdapter. adapt(Collection collection, ObjectWrapperWithAPISupport wrapper)
Factory method for creating new adapter instances.
-