Uses of Class
freemarker.template.DefaultObjectWrapper
-
Packages that use DefaultObjectWrapper Package Description freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration
(see also the Getting Started in the Manual.) -
-
Uses of DefaultObjectWrapper in freemarker.template
Subclasses of DefaultObjectWrapper in freemarker.template Modifier and Type Class Description class
SimpleObjectWrapper
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 DefaultObjectWrapper Modifier and Type Method Description DefaultObjectWrapper
DefaultObjectWrapperBuilder. build()
Returns aDefaultObjectWrapper
instance that matches the settings of this builder.
-