Uses of Interface
freemarker.template.utility.WriteProtectable
Packages that use WriteProtectable
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 WriteProtectable in freemarker.ext.beans
Classes in freemarker.ext.beans that implement WriteProtectableModifier and TypeClassDescriptionclassObjectWrapperthat is able to expose the Java API of arbitrary Java objects. -
Uses of WriteProtectable in freemarker.template
Classes in freemarker.template that implement WriteProtectableModifier and TypeClassDescriptionclassThe default implementation of theObjectWrapperinterface.classA restricted object wrapper that will not expose arbitrary object, just those that directly correspond to theTemplateModelsub-interfaces (String,Mapand such).