Uses of Class
freemarker.ext.beans.StringModel
-
Packages that use StringModel Package Description freemarker.ext.beans The default object wrapper of FreeMarker uses this to expose Java Beans and POJO-s to templates. -
-
Uses of StringModel in freemarker.ext.beans
Subclasses of StringModel in freemarker.ext.beans Modifier and Type Class Description class
CollectionModel
A special case ofBeanModel
that can wrap Java collections and that implements theTemplateCollectionModel
in order to be usable in a <#list> block.class
MapModel
A special case ofBeanModel
that adds implementation forTemplateMethodModelEx
on map objects that is a shortcut for the Map.get() method.
-