Uses of Class
freemarker.template.WrappingTemplateModel
-
Packages that use WrappingTemplateModel 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.) -
-
Uses of WrappingTemplateModel in freemarker.core
Subclasses of WrappingTemplateModel in freemarker.core Modifier and Type Class Description classEnvironment.Namespace -
Uses of WrappingTemplateModel in freemarker.ext.beans
Subclasses of WrappingTemplateModel in freemarker.ext.beans Modifier and Type Class Description classSimpleMapModelModel used byBeansWrapperwhen simpleMapWrapper mode is enabled. -
Uses of WrappingTemplateModel in freemarker.ext.servlet
Subclasses of WrappingTemplateModel in freemarker.ext.servlet 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 WrappingTemplateModel in freemarker.template
Subclasses of WrappingTemplateModel in freemarker.template Modifier and Type Class Description classDefaultArrayAdapterAdapts anarrayof a non-primitive elements to the correspondingTemplateModelinterface(s), most importantly toTemplateHashModelEx.classDefaultEnumerationAdapterAdapts anEnumerationto the correspondingTemplateModelinterface(s), most importantly toTemplateCollectionModel.classDefaultIterableAdapterAdapts anIterableto the correspondingTemplateModelinterface(s), most importantly toTemplateCollectionModel.classDefaultIteratorAdapterAdapts anIteratorto the correspondingTemplateModelinterface(s), most importantly toTemplateCollectionModel.classDefaultListAdapterAdapts aListto the correspondingTemplateModelinterface(s), most importantly toTemplateSequenceModel.classDefaultMapAdapterAdapts aMapto the correspondingTemplateModelinterface(s), most importantly toTemplateHashModelEx.classDefaultNonListCollectionAdapterAdapts a non-ListJavaCollectionto the correspondingTemplateModelinterface(s), most importantly toTemplateCollectionModelEx.classSimpleCollectionA simple implementation ofTemplateCollectionModel.classSimpleHashA simple implementation of theTemplateHashModelExinterface, using its own underlyingMaporSortedMapfor storing the hash entries.classSimpleListDeprecated.UseSimpleSequenceinstead.classSimpleSequenceA simple implementation of theTemplateSequenceModelinterface, using its own underlyingListfor storing the list items.
-