Uses of Class
freemarker.template.DefaultObjectWrapper
-
Packages that use DefaultObjectWrapper 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 DefaultObjectWrapper in freemarker.template
Subclasses of DefaultObjectWrapper in freemarker.template Modifier and Type Class Description classSimpleObjectWrapperA restricted object wrapper that will not expose arbitrary object, just those that directly correspond to theTemplateModelsub-interfaces (String,Mapand such).Methods in freemarker.template that return DefaultObjectWrapper Modifier and Type Method Description DefaultObjectWrapperDefaultObjectWrapperBuilder. build()Returns aDefaultObjectWrapperinstance that matches the settings of this builder.
-