Uses of Package
freemarker.template.utility
-
Packages that use freemarker.template.utility Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
.freemarker.ext.beans The default object wrapper of FreeMarker uses this to expose Java Beans and POJO-s 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.)freemarker.template.utility Various classes used by core FreeMarker code but might be useful outside of it too. -
Classes in freemarker.template.utility used by freemarker.core Class Description ObjectFactory Used for the trivial cases of the factory pattern. -
Classes in freemarker.template.utility used by freemarker.ext.beans Class Description ObjectWrapperWithAPISupport Experimental - subject to change: Implemented byObjectWrapper
-s to helpTemplateModel
-s to implement thesomeValue?api
operation.RichObjectWrapper Experimental - subject to change: Union of the interfaces that a typical feature richObjectWrapper
is expected to implement.WriteProtectable Implemented by objects that can be made permanently read-only. -
Classes in freemarker.template.utility used by freemarker.ext.rhino Class Description ObjectWrapperWithAPISupport Experimental - subject to change: Implemented byObjectWrapper
-s to helpTemplateModel
-s to implement thesomeValue?api
operation.RichObjectWrapper Experimental - subject to change: Union of the interfaces that a typical feature richObjectWrapper
is expected to implement.WriteProtectable Implemented by objects that can be made permanently read-only. -
Classes in freemarker.template.utility used by freemarker.template Class Description ObjectWrapperWithAPISupport Experimental - subject to change: Implemented byObjectWrapper
-s to helpTemplateModel
-s to implement thesomeValue?api
operation.RichObjectWrapper Experimental - subject to change: Union of the interfaces that a typical feature richObjectWrapper
is expected to implement.WriteProtectable Implemented by objects that can be made permanently read-only. -
Classes in freemarker.template.utility used by freemarker.template.utility Class Description DateUtil.CalendarFieldsToDateConverter Used internally byDateUtil
; don't use its implementations for anything else.DateUtil.DateParseException DateUtil.DateToISO8601CalendarFactory Used internally byDateUtil
; don't use its implementations for anything else.NullWriter AWriter
that simply drops what it gets.ObjectWrapperWithAPISupport Experimental - subject to change: Implemented byObjectWrapper
-s to helpTemplateModel
-s to implement thesomeValue?api
operation.StandardCompress 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.UnrecognizedTimeZoneException Indicates that the time zone name is not recognized.