Uses of Class
freemarker.ext.beans.BeanModel
Packages that use BeanModel
Package
Description
The default object wrapper of FreeMarker uses
this to expose Java Beans and POJO-s to templates.
-
Uses of BeanModel in freemarker.ext.beans
Subclasses of BeanModel in freemarker.ext.beansModifier and TypeClassDescriptionclassA class that will wrap an arbitrary array intoTemplateCollectionModelandTemplateSequenceModelinterfaces.classA class that will wrap instances ofBooleaninto aTemplateBooleanModel.classA special case ofBeanModelthat can wrap Java collections and that implements theTemplateCollectionModelin order to be usable in a <#list> block.classWraps arbitrary subclass ofDateinto a reflective model.classA class that addsTemplateModelIteratorfunctionality to theEnumerationinterface implementers.classA class that addsTemplateModelIteratorfunctionality to theIteratorinterface implementers.classA special case ofBeanModelthat adds implementation forTemplateMethodModelExon map objects that is a shortcut for the Map.get() method.classWraps arbitrary subclass ofNumberinto a reflective model.classA hash model that wraps a resource bundle.classSubclass ofBeanModelthat exposes the return value of theObject.toString()method through theTemplateScalarModelinterface.