Frames | No Frames |
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. |
Classes implementing freemarker.template.TemplateScalarModel | |
class | Provides a template for wrapping JDOM objects. |
Fields of type freemarker.template.TemplateScalarModel | |
TemplateScalarModel |
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). |
Classes implementing freemarker.template.TemplateScalarModel | |
class | A data model adapter for three widespread XML document object model
representations: W3C DOM, dom4j, and JDOM. |
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. |