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 Started in the Manual.) -
-
Uses of DefaultObjectWrapperConfiguration in freemarker.template
Subclasses of DefaultObjectWrapperConfiguration in freemarker.template Modifier and Type Class Description classDefaultObjectWrapperBuilderGets/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 DefaultObjectWrapperConfiguration Constructor Description DefaultObjectWrapper(DefaultObjectWrapperConfiguration dowCfg, boolean writeProtected)CallsBeansWrapper(BeansWrapperConfiguration, boolean)and sets upDefaultObjectWrapper-specific fields.
-