ModelFactory | Internal interface used to create various wrapper models in the ModelCache . | code | html |
WrapperTemplateModel | A generic interface for template models that wrap some underlying object, and wish to provide access to the wrapped object. | code | html |
ModelCache | Internally used by various wrapper implementations to implement model caching. | code | html |
IdentityHashMap | A variant of java.util.HashMap that uses System#identityHashCode(Object) for hashing, and reference comparison instead of Object#equals(Object) . | code | html |
IdentityHashMap.EmptyHashIterator | code | html | |
IdentityHashMap.Entry | IdentityHashMap collision list entry. | code | html |
IdentityHashMap.HashIterator | code | html | |
ModelCache.ModelReference | A special soft reference that is registered in the modelCache. | code | html |