Uses of Interface
freemarker.template.TemplateHashModelEx2
Packages that use TemplateHashModelEx2
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.
Servlet for legacy "Model 2" frameworks that allows using FreeMarker
templates instead of JSP as the MVC View
(see in the Manual).
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.
-
Uses of TemplateHashModelEx2 in freemarker.core
Classes in freemarker.core that implement TemplateHashModelEx2 -
Uses of TemplateHashModelEx2 in freemarker.ext.beans
Classes in freemarker.ext.beans that implement TemplateHashModelEx2Modifier and TypeClassDescriptionclassModel used byBeansWrapperwhen simpleMapWrapper mode is enabled. -
Uses of TemplateHashModelEx2 in freemarker.ext.servlet
Classes in freemarker.ext.servlet that implement TemplateHashModelEx2Modifier and TypeClassDescriptionclassAn 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 TemplateHashModelEx2Modifier and TypeClassDescriptionclassAdapts aMapto the correspondingTemplateModelinterface(s), most importantly toTemplateHashModelEx.classA simple implementation of theTemplateHashModelExinterface, using its own underlyingMaporSortedMapfor storing the hash entries. -
Uses of TemplateHashModelEx2 in freemarker.template.utility
Fields in freemarker.template.utility declared as TemplateHashModelEx2