Uses of Class
freemarker.template.TemplateModelException

Packages that use TemplateModelException
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to freemarker.template.
Debugging API; experimental status, might change! This is to support debugging in IDE-s.
The default object wrapper of FreeMarker uses this to expose Java Beans and POJO-s to templates.
Exposes DOM XML nodes to templates as easily traversable trees; see in the Manual.
Deprecated, use W3C DOM (freemarker.ext.dom) instead; Exposes JDOM XML nodes to templates.
Classes for two-way FreeMarker-JSP integration.
Exposes Jython objects to templates.
Exposes Rhino (ECMAScript) objects to templates.
Servlet for legacy "Model 2" frameworks that allows using FreeMarker templates instead of JSP as the MVC View (see in the Manual).
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.