Uses of Interface
freemarker.template.utility.ObjectWrapperWithAPISupport
-
Packages that use ObjectWrapperWithAPISupport Package Description freemarker.ext.beans The default object wrapper of FreeMarker uses this to expose Java Beans and POJO-s to templates.freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration(see also the Getting Started in the Manual.)freemarker.template.utility 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 ObjectWrapperWithAPISupport Modifier and Type Class Description classBeansWrapperObjectWrapperthat is able to expose the Java API of arbitrary Java objects. -
Uses of ObjectWrapperWithAPISupport in freemarker.template
Classes in freemarker.template that implement ObjectWrapperWithAPISupport Modifier and Type Class Description classDefaultObjectWrapperThe default implementation of theObjectWrapperinterface.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 with parameters of type ObjectWrapperWithAPISupport Modifier and Type Method Description static DefaultIterableAdapterDefaultIterableAdapter. adapt(java.lang.Iterable<?> iterable, ObjectWrapperWithAPISupport wrapper)Factory method for creating new adapter instances.static DefaultMapAdapterDefaultMapAdapter. adapt(java.util.Map map, ObjectWrapperWithAPISupport wrapper)Factory method for creating new adapter instances.static DefaultNonListCollectionAdapterDefaultNonListCollectionAdapter. adapt(java.util.Collection collection, ObjectWrapperWithAPISupport wrapper)Factory method for creating new adapter instances. -
Uses of ObjectWrapperWithAPISupport in freemarker.template.utility
Subinterfaces of ObjectWrapperWithAPISupport in freemarker.template.utility Modifier and Type Interface Description interfaceRichObjectWrapperExperimental - subject to change: Union of the interfaces that a typical feature richObjectWrapperis expected to implement.
-