Uses of Class
freemarker.ext.beans.StringModel
Packages that use StringModel
Package
Description
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.beansModifier and TypeClassDescriptionclass
A special case ofBeanModel
that can wrap Java collections and that implements theTemplateCollectionModel
in order to be usable in a <#list> block.class
A special case ofBeanModel
that adds implementation forTemplateMethodModelEx
on map objects that is a shortcut for the Map.get() method.