Frames | No Frames |
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 |
Classes implementing freemarker.template.TemplateCollectionModel | |
class | Provides a template for wrapping JDOM objects. |
Methods with return type freemarker.template.TemplateCollectionModel | |
TemplateCollectionModel | |
TemplateCollectionModel |
Methods with return type freemarker.template.TemplateCollectionModel | |
TemplateCollectionModel | |
TemplateCollectionModel | |
TemplateCollectionModel | |
TemplateCollectionModel |
Fields of type freemarker.template.TemplateCollectionModel | |
TemplateCollectionModel |
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__() . |
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 |
Classes implementing freemarker.template.TemplateCollectionModel | |
class | Add sequence capabilities to an existing collection, or
vice versa. |
Constructors with parameter type freemarker.template.TemplateCollectionModel | |