Uses of Interface
freemarker.template.utility.ObjectWrapperWithAPISupport
Packages that use ObjectWrapperWithAPISupport
Package
Description
The default object wrapper of FreeMarker uses
this to expose Java Beans and POJO-s to templates.
Exposes Rhino (ECMAScript) objects to templates.
The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration
(see also the
Getting Started in the Manual.)Various classes used by core FreeMarker code but might be useful outside of it too.
-
Uses of ObjectWrapperWithAPISupport in freemarker.ext.beans
Classes in freemarker.ext.beans that implement ObjectWrapperWithAPISupportModifier and TypeClassDescriptionclass
ObjectWrapper
that is able to expose the Java API of arbitrary Java objects. -
Uses of ObjectWrapperWithAPISupport in freemarker.ext.rhino
Classes in freemarker.ext.rhino that implement ObjectWrapperWithAPISupport -
Uses of ObjectWrapperWithAPISupport in freemarker.template
Classes in freemarker.template that implement ObjectWrapperWithAPISupportModifier and TypeClassDescriptionclass
The default implementation of theObjectWrapper
interface.class
A restricted object wrapper that will not expose arbitrary object, just those that directly correspond to theTemplateModel
sub-interfaces (String
,Map
and such).Methods in freemarker.template with parameters of type ObjectWrapperWithAPISupportModifier and TypeMethodDescriptionstatic DefaultIterableAdapter
DefaultIterableAdapter.adapt
(Iterable<?> iterable, ObjectWrapperWithAPISupport wrapper) Factory method for creating new adapter instances.static DefaultMapAdapter
DefaultMapAdapter.adapt
(Map map, ObjectWrapperWithAPISupport wrapper) Factory method for creating new adapter instances.DefaultNonListCollectionAdapter.adapt
(Collection collection, ObjectWrapperWithAPISupport wrapper) Factory method for creating new adapter instances. -
Uses of ObjectWrapperWithAPISupport in freemarker.template.utility
Subinterfaces of ObjectWrapperWithAPISupport in freemarker.template.utilityModifier and TypeInterfaceDescriptioninterface
Experimental - subject to change: Union of the interfaces that a typical feature richObjectWrapper
is expected to implement.