Interface | Description |
---|---|
Model |
Java-5-specific interface that defines a holder for model attributes.
|
Class | Description |
---|---|
ConcurrentModel |
Implementation of the
Model interface based on a ConcurrentHashMap
for use in concurrent scenarios. |
ExtendedModelMap | |
ModelMap |
Implementation of
Map for use when building model data for use
with UI tools. |