Uses of Class
freemarker.template.DefaultObjectWrapper
Packages that use DefaultObjectWrapper
Package
Description
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration
(see also the
Getting Started in the Manual.)-
Uses of DefaultObjectWrapper in freemarker.template
Subclasses of DefaultObjectWrapper in freemarker.templateModifier and TypeClassDescriptionclass
A restricted object wrapper that will not expose arbitrary object, just those that directly correspond to theTemplateModel
sub-interfaces (String
,Map
and such).Methods in freemarker.template that return DefaultObjectWrapperModifier and TypeMethodDescriptionDefaultObjectWrapperBuilder.build()
Returns aDefaultObjectWrapper
instance that matches the settings of this builder.