Package freemarker.ext.util
Various classes used by freemarker.ext
but might be useful outside it too.
-
Interface Summary Interface Description 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. -
Class Summary Class Description IdentityHashMap A variant ofHashMap
that usesSystem.identityHashCode(Object)
for hashing, and reference comparison instead ofObject.equals(Object)
.ModelCache Internally used by various wrapper implementations to implement model caching.