Uses of Interface
freemarker.template.TemplateScalarModel

Packages that use TemplateScalarModel
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to freemarker.template.
The default object wrapper of FreeMarker uses this to expose Java Beans and POJO-s to templates.
Deprecated, use W3C DOM (freemarker.ext.dom) instead; Exposes JDOM XML nodes to templates.
Exposes Jython objects to templates.
Exposes Rhino (ECMAScript) objects to templates.
Deprecated, use W3C DOM with freemarker.ext.dom instead; Exposes XML from DOM, dom4j or JDOM nodes, uniformly.
The fundamental, most commonly used API-s of FreeMarker; start with Configuration (see also the Getting Started in the Manual.)
Various classes used by core FreeMarker code but might be useful outside of it too.