Frames | No Frames |
Classes derived from freemarker.ext.beans.BeanModel | |
class | A class that will wrap an arbitrary array into TemplateCollectionModel
and TemplateSequenceModel interfaces. |
class | A class that will wrap instances of java.lang.Boolean into a
TemplateBooleanModel . |
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 | Wraps arbitrary subclass of java.util.Date into a reflective model. |
class | A class that adds TemplateModelIterator functionality to the
Enumeration interface implementers. |
class | A class that adds TemplateModelIterator functionality to the
Iterator interface implementers. |
class | A special case of BeanModel that adds implementation
for TemplateMethodModelEx on map objects that is a shortcut for the
Map.get() method. |
class | Wraps arbitrary subclass of java.lang.Number into a reflective model. |
class | A hash model that wraps a resource bundle. |
class | Subclass of BeanModel that exposes the return value of the java.lang.Object.toString() method through the TemplateScalarModel
interface. |