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 classCollectionModelA special case ofBeanModelthat can wrap Java collections and that implements theTemplateCollectionModelin order to be usable in a <#list> block.classMapModelA special case ofBeanModelthat adds implementation forTemplateMethodModelExon map objects that is a shortcut for the Map.get() method.
-