Uses of Package
freemarker.ext.util
-
Packages that use freemarker.ext.util Package Description freemarker.ext.beans The default object wrapper of FreeMarker uses this to expose Java Beans and POJO-s to templates.freemarker.ext.dom Exposes DOM XML nodes to templates as easily traversable trees; see in the Manual.freemarker.ext.jython Exposes Jython objects to templates.freemarker.ext.rhino Exposes Rhino (ECMAScript) objects to templates.freemarker.template The fundamental, most commonly used API-s of FreeMarker; start withConfiguration
(see also the Getting Started in the Manual.) -
Classes in freemarker.ext.util used by freemarker.ext.beans Class Description ModelCache Internally used by various wrapper implementations to implement model caching.ModelFactory Interface used to create various wrapper models in theModelCache
.WrapperTemplateModel 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.dom Class Description WrapperTemplateModel 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.jython Class Description WrapperTemplateModel 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.rhino Class Description ModelFactory Interface used to create various wrapper models in theModelCache
. -
Classes in freemarker.ext.util used by freemarker.template Class Description WrapperTemplateModel A generic interface for template models that wrap some underlying object, and wish to provide access to that wrapped object.