Uses of Interface freemarker.template.TemplateCollectionModel

Uses in package freemarker.template

Classes implementing freemarker.template.TemplateCollectionModel

class
A simple implementation of TemplateCollectionModel.

Constructors with parameter type freemarker.template.TemplateCollectionModel

Constructs a simple sequence from the passed collection model using the default object wrapper set in WrappingTemplateModel.setDefaultObjectWrapper(ObjectWrapper).

Methods with return type freemarker.template.TemplateCollectionModel

TemplateCollectionModel
TemplateCollectionModel
TemplateCollectionModel
TemplateCollectionModel

Uses in package freemarker.ext.jdom

Classes implementing freemarker.template.TemplateCollectionModel

class
Provides a template for wrapping JDOM objects.

Uses in package freemarker.ext.rhino

Methods with return type freemarker.template.TemplateCollectionModel

TemplateCollectionModel
TemplateCollectionModel

Uses in package freemarker.ext.servlet

Methods with return type freemarker.template.TemplateCollectionModel

TemplateCollectionModel
TemplateCollectionModel
TemplateCollectionModel
TemplateCollectionModel

Uses in package freemarker.template.utility

Fields of type freemarker.template.TemplateCollectionModel

TemplateCollectionModel

Uses in package freemarker.ext.jython

Classes implementing freemarker.template.TemplateCollectionModel

class
Model for Jython sequence objects (org.python.core.PySequence descendants).

Methods with return type freemarker.template.TemplateCollectionModel

TemplateCollectionModel
Returns either object.__findattr__("keys").__call__() or object.__findattr__("keySet").__call__().
TemplateCollectionModel
Returns object.__findattr__("values").__call__().

Uses in package freemarker.ext.beans

Classes implementing freemarker.template.TemplateCollectionModel

class
A class that will wrap an arbitrary array into TemplateCollectionModel and TemplateSequenceModel interfaces.
class
A special case of BeanModel that can wrap Java collections and that implements the TemplateCollectionModel in order to be usable in a <foreach> block.
class
A class that adds TemplateModelIterator functionality to the Enumeration interface implementers.
class
A class that adds TemplateModelIterator functionality to the Iterator interface implementers.

Methods with return type freemarker.template.TemplateCollectionModel

TemplateCollectionModel
TemplateCollectionModel
TemplateCollectionModel
TemplateCollectionModel

Uses in package freemarker.core

Classes implementing freemarker.template.TemplateCollectionModel

class
Add sequence capabilities to an existing collection, or vice versa.

Constructors with parameter type freemarker.template.TemplateCollectionModel