Uses of Class
freemarker.template.DefaultObjectWrapperConfiguration
Packages that use DefaultObjectWrapperConfiguration
Package
Description
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration
(see also the
Getting Started in the Manual.)-
Uses of DefaultObjectWrapperConfiguration in freemarker.template
Subclasses of DefaultObjectWrapperConfiguration in freemarker.templateModifier and TypeClassDescriptionclass
Gets/creates aDefaultObjectWrapper
singleton instance that's already configured as specified in the properties of this object; this is recommended over using theDefaultObjectWrapper
constructors.Constructors in freemarker.template with parameters of type DefaultObjectWrapperConfigurationModifierConstructorDescriptionprotected
DefaultObjectWrapper
(DefaultObjectWrapperConfiguration dowCfg, boolean writeProtected) CallsBeansWrapper(BeansWrapperConfiguration, boolean)
and sets upDefaultObjectWrapper
-specific fields.