Uses of Class
freemarker.ext.beans.StringModel

Packages that use StringModel
freemarker.ext.beans Provides model implementations that allow access to arbitrary Java objects. 
 

Uses of StringModel in freemarker.ext.beans
 

Subclasses of StringModel in freemarker.ext.beans
 class CollectionModel
          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 MapModel
          A special case of BeanModel that adds implementation for TemplateMethodModelEx on map objects that is a shortcut for the Map.get() method.