| Interface | Description |
|---|---|
| ModelFactory |
Interface used to create various wrapper models in the
ModelCache. |
| WrapperTemplateModel | Deprecated
use
AdapterTemplateModel instead. |
| Class | Description |
|---|---|
| IdentityHashMap |
A variant of
HashMap that uses
System.identityHashCode(Object) for hashing, and reference comparison
instead of Object.equals(Object). |
| ModelCache |
Internally used by various wrapper implementations to implement model
caching.
|