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 classEnvironment.Namespace -
Uses of TemplateHashModelEx2 in freemarker.ext.beans
Classes in freemarker.ext.beans that implement TemplateHashModelEx2 Modifier and Type Class Description classSimpleMapModelModel used byBeansWrapperwhen simpleMapWrapper mode is enabled. -
Uses of TemplateHashModelEx2 in freemarker.ext.servlet
Classes in freemarker.ext.servlet that implement TemplateHashModelEx2 Modifier and Type Class Description classAllHttpScopesHashModelAn 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 classDefaultMapAdapterAdapts aMapto the correspondingTemplateModelinterface(s), most importantly toTemplateHashModelEx.classSimpleHashA 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 Modifier and Type Field Description static TemplateHashModelEx2Constants. EMPTY_HASH_EX2
-