Uses of Interface
freemarker.template.TemplateCollectionModel
Packages that use TemplateCollectionModel
Package
Description
The default object wrapper of FreeMarker uses
this to expose Java Beans and POJO-s to templates.
Deprecated, use W3C DOM (
freemarker.ext.dom) instead;
Exposes JDOM XML nodes to templates.Servlet for legacy "Model 2" frameworks that allows using FreeMarker
templates instead of JSP as the MVC View
(see in the Manual).
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration (see also the
Getting Started in the Manual.)Various classes used by core FreeMarker code but might be useful outside of it too.
-
Uses of TemplateCollectionModel in freemarker.ext.beans
Classes in freemarker.ext.beans that implement TemplateCollectionModelModifier and TypeClassDescriptionclassA class that will wrap an arbitrary array intoTemplateCollectionModelandTemplateSequenceModelinterfaces.classA special case ofBeanModelthat can wrap Java collections and that implements theTemplateCollectionModelin order to be usable in a <#list> block.classA class that addsTemplateModelIteratorfunctionality to theEnumerationinterface implementers.classA class that addsTemplateModelIteratorfunctionality to theIteratorinterface implementers.Methods in freemarker.ext.beans that return TemplateCollectionModel -
Uses of TemplateCollectionModel in freemarker.ext.jdom
Classes in freemarker.ext.jdom that implement TemplateCollectionModel -
Uses of TemplateCollectionModel in freemarker.ext.servlet
Methods in freemarker.ext.servlet that return TemplateCollectionModel -
Uses of TemplateCollectionModel in freemarker.template
Subinterfaces of TemplateCollectionModel in freemarker.templateModifier and TypeInterfaceDescriptioninterface"collection" template language data type: Adds size/emptiness querybility toTemplateCollectionModel.Classes in freemarker.template that implement TemplateCollectionModelModifier and TypeClassDescriptionclassAdapts anEnumerationto the correspondingTemplateModelinterface(s), most importantly toTemplateCollectionModel.classAdapts anIterableto the correspondingTemplateModelinterface(s), most importantly toTemplateCollectionModel.classAdapts anIteratorto the correspondingTemplateModelinterface(s), most importantly toTemplateCollectionModel.classAdapts a non-ListJavaCollectionto the correspondingTemplateModelinterface(s), most importantly toTemplateCollectionModelEx.classA simple implementation ofTemplateCollectionModel.Methods in freemarker.template that return TemplateCollectionModelModifier and TypeMethodDescriptionDefaultMapAdapter.keys()SimpleHash.keys()TemplateHashModelEx.keys()DefaultMapAdapter.values()SimpleHash.values()TemplateHashModelEx.values()Constructors in freemarker.template with parameters of type TemplateCollectionModelModifierConstructorDescriptionConstructs a simple sequence from the passed collection model, which shouldn't be added to later. -
Uses of TemplateCollectionModel in freemarker.template.utility
Fields in freemarker.template.utility declared as TemplateCollectionModel
NodeModelinstead.