Uses of Class
freemarker.template.DefaultObjectWrapperConfiguration
-
Packages that use DefaultObjectWrapperConfiguration Package Description freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration
(see also the Getting Stared in the Manual.) -
-
Uses of DefaultObjectWrapperConfiguration in freemarker.template
Subclasses of DefaultObjectWrapperConfiguration in freemarker.template Modifier and Type Class Description class
DefaultObjectWrapperBuilder
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 DefaultObjectWrapperConfiguration Constructor Description DefaultObjectWrapper(DefaultObjectWrapperConfiguration dowCfg, boolean writeProtected)
CallsBeansWrapper(BeansWrapperConfiguration, boolean)
and sets upDefaultObjectWrapper
-specific fields.
-