Uses of Class
freemarker.ext.beans.BeansWrapperConfiguration
Packages that use BeansWrapperConfiguration
Package
Description
The default object wrapper of FreeMarker uses
this to expose Java Beans and POJO-s to templates.
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration (see also the
Getting Started in the Manual.)-
Uses of BeansWrapperConfiguration in freemarker.ext.beans
Subclasses of BeansWrapperConfiguration in freemarker.ext.beansModifier and TypeClassDescriptionclassGets/creates aBeansWrappersingleton instance that's already configured as specified in the properties of this object; this is recommended over using theBeansWrapperconstructors.Constructors in freemarker.ext.beans with parameters of type BeansWrapperConfigurationModifierConstructorDescriptionprotectedBeansWrapper(BeansWrapperConfiguration bwConf, boolean writeProtected) Same asBeansWrapper(BeansWrapperConfiguration, boolean, boolean)withtruefinalizeConstructionargument.protectedBeansWrapper(BeansWrapperConfiguration bwConf, boolean writeProtected, boolean finalizeConstruction) Initializes the instance based on the theBeansWrapperConfigurationspecified. -
Uses of BeansWrapperConfiguration in freemarker.template
Subclasses of BeansWrapperConfiguration 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.classHoldsDefaultObjectWrapperconfiguration settings and defines their defaults.Constructors in freemarker.template with parameters of type BeansWrapperConfigurationModifierConstructorDescriptionprotectedDefaultObjectWrapper(BeansWrapperConfiguration bwCfg, boolean writeProtected) UseDefaultObjectWrapper(DefaultObjectWrapperConfiguration, boolean)instead if possible; it does the same, except that it tolerates a non-DefaultObjectWrapperConfigurationconfiguration too.