Uses of Class
freemarker.template.WrappingTemplateModel

Packages that use WrappingTemplateModel
freemarker.core This package contains FreeMarker's core parsing/rendering functionality; most casual users do not need to be aware of the classes in this package, and can restrict their attention to the freemarker.template package. 
freemarker.ext.beans Provides model implementations that allow access to arbitrary Java objects. 
freemarker.ext.servlet Provides a generic purpose servlet that generates dynamic response using FreeMarker. 
freemarker.template This package contains the core API's that most users will use. 
 

Uses of WrappingTemplateModel in freemarker.core
 

Subclasses of WrappingTemplateModel in freemarker.core
 class Environment.Namespace
           
 

Uses of WrappingTemplateModel in freemarker.ext.beans
 

Subclasses of WrappingTemplateModel in freemarker.ext.beans
 class SimpleMapModel
          Model used by BeansWrapper when simpleMapWrapper mode is enabled.
 

Uses of WrappingTemplateModel in freemarker.ext.servlet
 

Subclasses of WrappingTemplateModel in freemarker.ext.servlet
 class AllHttpScopesHashModel
          An 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
 class SimpleCollection
          A simple implementation of TemplateCollectionModel.
 class SimpleHash
          A simple implementation of the TemplateHashModelEx interface, using an underlying Map or SortedMap.
 class SimpleList
          Deprecated. Use SimpleSequence instead.
 class SimpleSequence
          A convenient implementation of a list.