|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |