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