Uses of Package
freemarker.template.utility
Packages that use freemarker.template.utility
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template
.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.
-
Classes in freemarker.template.utility used by freemarker.core
-
Classes in freemarker.template.utility used by freemarker.ext.beansClassDescriptionExperimental - subject to change: Implemented by
ObjectWrapper
-s to helpTemplateModel
-s to implement thesomeValue?api
operation.Experimental - subject to change: Union of the interfaces that a typical feature richObjectWrapper
is expected to implement.Implemented by objects that can be made permanently read-only. -
Classes in freemarker.template.utility used by freemarker.ext.rhinoClassDescriptionExperimental - subject to change: Implemented by
ObjectWrapper
-s to helpTemplateModel
-s to implement thesomeValue?api
operation.Experimental - subject to change: Union of the interfaces that a typical feature richObjectWrapper
is expected to implement.Implemented by objects that can be made permanently read-only. -
Classes in freemarker.template.utility used by freemarker.templateClassDescriptionExperimental - subject to change: Implemented by
ObjectWrapper
-s to helpTemplateModel
-s to implement thesomeValue?api
operation.Experimental - subject to change: Union of the interfaces that a typical feature richObjectWrapper
is expected to implement.Implemented by objects that can be made permanently read-only. -
Classes in freemarker.template.utility used by freemarker.template.utilityClassDescriptionUsed internally by
DateUtil
; don't use its implementations for anything else.Used internally byDateUtil
; don't use its implementations for anything else.AWriter
that simply drops what it gets.Experimental - subject to change: Implemented byObjectWrapper
-s to helpTemplateModel
-s to implement thesomeValue?api
operation.A filter that compresses each sequence of consecutive whitespace to a single line break (if the sequence contains a line break) or a single space.Indicates that the time zone name is not recognized.