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 TypeClassDescriptionclassGets/creates aDefaultObjectWrappersingleton instance that's already configured as specified in the properties of this object; this is recommended over using theDefaultObjectWrapperconstructors.Constructors in freemarker.template with parameters of type DefaultObjectWrapperConfigurationModifierConstructorDescriptionprotectedDefaultObjectWrapper(DefaultObjectWrapperConfiguration dowCfg, boolean writeProtected) CallsBeansWrapper(BeansWrapperConfiguration, boolean)and sets upDefaultObjectWrapper-specific fields.