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