Uses of Interface
freemarker.template.TemplateHashModelEx2
-
Packages that use TemplateHashModelEx2 Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
.freemarker.ext.beans The default object wrapper of FreeMarker uses this to expose Java Beans and POJO-s to templates.freemarker.ext.servlet Servlet for legacy "Model 2" frameworks that allows using FreeMarker templates instead of JSP as the MVC View (see in the Manual).freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration
(see also the Getting Started in the Manual.)freemarker.template.utility Various classes used by core FreeMarker code but might be useful outside of it too. -
-
Uses of TemplateHashModelEx2 in freemarker.core
Classes in freemarker.core that implement TemplateHashModelEx2 Modifier and Type Class Description class
Environment.Namespace
-
Uses of TemplateHashModelEx2 in freemarker.ext.beans
Classes in freemarker.ext.beans that implement TemplateHashModelEx2 Modifier and Type Class Description class
SimpleMapModel
Model used byBeansWrapper
when simpleMapWrapper mode is enabled. -
Uses of TemplateHashModelEx2 in freemarker.ext.servlet
Classes in freemarker.ext.servlet that implement TemplateHashModelEx2 Modifier and Type Class Description class
AllHttpScopesHashModel
An extension of SimpleHash that looks up keys in the hash, then in the request, session, and servlet context scopes. -
Uses of TemplateHashModelEx2 in freemarker.template
Classes in freemarker.template that implement TemplateHashModelEx2 Modifier and Type Class Description class
DefaultMapAdapter
Adapts aMap
to the correspondingTemplateModel
interface(s), most importantly toTemplateHashModelEx
.class
SimpleHash
A simple implementation of theTemplateHashModelEx
interface, using its own underlyingMap
orSortedMap
for storing the hash entries. -
Uses of TemplateHashModelEx2 in freemarker.template.utility
Fields in freemarker.template.utility declared as TemplateHashModelEx2 Modifier and Type Field Description static TemplateHashModelEx2
Constants. EMPTY_HASH_EX2
-