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