See: Description
| Interface | Description |
|---|---|
| AttributeMap<V> |
An immutable interface for accessing attributes in a backing map with string keys.
|
| AttributeMapBindingListener |
Causes an object to be notified when it is bound or unbound from an
AttributeMap. |
| MutableAttributeMap<V> |
An interface for accessing and modifying attributes in a backing map with string keys.
|
| ParameterMap |
An interface for accessing parameters in a backing map.
|
| SharedAttributeMap<V> |
An interface to be implemented by mutable attribute maps accessed by multiple threads that need to be synchronized.
|
| Class | Description |
|---|---|
| AttributeMapBindingEvent |
Holder for information about the binding or unbinding event in an
AttributeMap. |
| CollectionUtils |
A utility class for working with attribute and parameter collections used by Spring Web FLow.
|
| LocalAttributeMap<V> |
A generic, mutable attribute map with string keys.
|
| LocalParameterMap |
An immutable parameter map storing String-keyed, String-valued parameters in a backing
Map implementation. |
| LocalSharedAttributeMap<V> |
An attribute map that exposes a mutex that application code can synchronize on.
|
This packages defines two primary collection flavors:
Each map is java.util.Map adaptable.