Uses of Interface freemarker.template.TemplateScalarModel

Uses in package freemarker.template

Classes implementing freemarker.template.TemplateScalarModel

class
An abstract base class for scalars that vary by locale.
class
A concrete implementation of LocalizedString that gets a localized string from a java.util.ResourceBundle
class
A simple implementation of the TemplateScalarModel interface, using a String.

Uses in package freemarker.ext.jdom

Classes implementing freemarker.template.TemplateScalarModel

class
Provides a template for wrapping JDOM objects.

Uses in package freemarker.template.utility

Fields of type freemarker.template.TemplateScalarModel

TemplateScalarModel

Uses in package freemarker.ext.jython

Classes implementing freemarker.template.TemplateScalarModel

class
Model for Jython dictionaries (org.python.core.PyDictionary and org.python.core.PyStringMap).
class
Generic model for arbitrary Jython objects.
class
Model for Jython numeric objects (org.python.core.PyInteger, org.python.core.PyLong, org.python.core.PyFloat).
class
Model for Jython sequence objects (org.python.core.PySequence descendants).

Uses in package freemarker.ext.xml

Classes implementing freemarker.template.TemplateScalarModel

class
A data model adapter for three widespread XML document object model representations: W3C DOM, dom4j, and JDOM.

Uses in package freemarker.ext.beans

Classes implementing freemarker.template.TemplateScalarModel

class
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
A special case of BeanModel that adds implementation for TemplateMethodModelEx on map objects that is a shortcut for the Map.get() method.
class
Subclass of BeanModel that exposes the return value of the java.lang.Object.toString() method through the TemplateScalarModel interface.