Package | Description |
---|---|
freemarker.ext.beans |
Provides model implementations that allow access to arbitrary Java objects.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionModel
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 |
MapModel
A special case of
BeanModel that adds implementation
for TemplateMethodModelEx on map objects that is a shortcut for the
Map.get() method. |