Uses of Interface
freemarker.template.TemplateCollectionModelEx
-
Packages that use TemplateCollectionModelEx 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 TemplateCollectionModelEx in freemarker.template
Classes in freemarker.template that implement TemplateCollectionModelEx Modifier and Type Class Description class
DefaultNonListCollectionAdapter
Experimental - subject to change: Adapts a non-List
JavaCollection
to the correspondingTemplateModel
interface(s), most importantly toTemplateCollectionModelEx
.
-