Uses of Interface
freemarker.template.TemplateScalarModel
-
Packages that use TemplateScalarModel Package Description freemarker.ext.beans Thedefault object wrapperof FreeMarker uses this to expose Java Beans and POJO-s to templates, but it can also be used in itself as a better alternativeObjectWrapper.freemarker.ext.jdom Deprecated, use W3C DOM (freemarker.ext.dom) instead; Exposes JDOM XML nodes to templates.freemarker.ext.jython Exposes Jython objects to templates.freemarker.ext.rhino Exposes Rhino (ECMAScript) objects to templates.freemarker.ext.xml Deprecated, use W3C DOM withfreemarker.ext.dominstead; Exposes XML from DOM, dom4j or JDOM nodes, uniformly.freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration(see also the Getting Stared in the Manual.)freemarker.template.utility Various classes used by core FreeMarker code but might be useful outside of it too. -
-
Uses of TemplateScalarModel in freemarker.ext.beans
Classes in freemarker.ext.beans that implement TemplateScalarModel 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.classStringModelSubclass ofBeanModelthat exposes the return value of theObject.toString()method through theTemplateScalarModelinterface. -
Uses of TemplateScalarModel in freemarker.ext.jdom
Classes in freemarker.ext.jdom that implement TemplateScalarModel Modifier and Type Class Description classNodeListModelDeprecated.UseNodeModelinstead. -
Uses of TemplateScalarModel in freemarker.ext.jython
Classes in freemarker.ext.jython that implement TemplateScalarModel Modifier and Type Class Description classJythonHashModelModel for Jython dictionaries (PyDictionaryandPyStringMap).classJythonModelGeneric model for arbitrary Jython objects.classJythonNumberModelclassJythonSequenceModelModel for Jython sequence objects (PySequencedescendants). -
Uses of TemplateScalarModel in freemarker.ext.rhino
Classes in freemarker.ext.rhino that implement TemplateScalarModel Modifier and Type Class Description classRhinoFunctionModelclassRhinoScriptableModel -
Uses of TemplateScalarModel in freemarker.ext.xml
Classes in freemarker.ext.xml that implement TemplateScalarModel Modifier and Type Class Description classNodeListModelDeprecated.UseNodeModelinstead. -
Uses of TemplateScalarModel in freemarker.template
Classes in freemarker.template that implement TemplateScalarModel Modifier and Type Class Description classLocalizedStringAn abstract base class for scalars that vary by locale.classResourceBundleLocalizedStringA concrete implementation ofLocalizedStringthat gets a localized string from aResourceBundleclassSimpleScalarA simple implementation of the TemplateScalarModel interface, using a String. -
Uses of TemplateScalarModel in freemarker.template.utility
Fields in freemarker.template.utility declared as TemplateScalarModel Modifier and Type Field Description static TemplateScalarModelConstants. EMPTY_STRING
-