Uses of Class
freemarker.template.WrappingTemplateModel
Packages that use WrappingTemplateModel
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.)-
Uses of WrappingTemplateModel in freemarker.core
Subclasses of WrappingTemplateModel in freemarker.core -
Uses of WrappingTemplateModel in freemarker.ext.beans
Subclasses of WrappingTemplateModel in freemarker.ext.beansModifier and TypeClassDescriptionclassModel used byBeansWrapperwhen simpleMapWrapper mode is enabled. -
Uses of WrappingTemplateModel in freemarker.ext.servlet
Subclasses of WrappingTemplateModel in freemarker.ext.servletModifier and TypeClassDescriptionclassAn extension of SimpleHash that looks up keys in the hash, then in the request, session, and servlet context scopes. -
Uses of WrappingTemplateModel in freemarker.template
Subclasses of WrappingTemplateModel in freemarker.templateModifier and TypeClassDescriptionclassAdapts anarrayof a non-primitive elements to the correspondingTemplateModelinterface(s), most importantly toTemplateHashModelEx.classAdapts anEnumerationto the correspondingTemplateModelinterface(s), most importantly toTemplateCollectionModel.classAdapts anIterableto the correspondingTemplateModelinterface(s), most importantly toTemplateCollectionModel.classAdapts anIteratorto the correspondingTemplateModelinterface(s), most importantly toTemplateCollectionModel.classAdapts aListto the correspondingTemplateModelinterface(s), most importantly toTemplateSequenceModel.classAdapts aMapto the correspondingTemplateModelinterface(s), most importantly toTemplateHashModelEx.classAdapts a non-ListJavaCollectionto the correspondingTemplateModelinterface(s), most importantly toTemplateCollectionModelEx.classA simple implementation ofTemplateCollectionModel.classA simple implementation of theTemplateHashModelExinterface, using its own underlyingMaporSortedMapfor storing the hash entries.classDeprecated.classA simple implementation of theTemplateSequenceModelinterface, using its own underlyingListfor storing the list items.
SimpleSequenceinstead.