Uses of Package
freemarker.ext.util
Packages that use freemarker.ext.util
Package
Description
The default object wrapper of FreeMarker uses
this to expose Java Beans and POJO-s to templates.
Exposes DOM XML nodes to templates as easily traversable trees;
see in the Manual.
Exposes Jython objects 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.)-
Classes in freemarker.ext.util used by freemarker.ext.beansClassDescriptionInternally used by various wrapper implementations to implement model caching.Interface used to create various wrapper models in the
ModelCache
.A generic interface for template models that wrap some underlying object, and wish to provide access to that wrapped object. -
Classes in freemarker.ext.util used by freemarker.ext.domClassDescriptionA generic interface for template models that wrap some underlying object, and wish to provide access to that wrapped object.
-
Classes in freemarker.ext.util used by freemarker.ext.jythonClassDescriptionA generic interface for template models that wrap some underlying object, and wish to provide access to that wrapped object.
-
Classes in freemarker.ext.util used by freemarker.ext.rhino
-
Classes in freemarker.ext.util used by freemarker.templateClassDescriptionA generic interface for template models that wrap some underlying object, and wish to provide access to that wrapped object.