Package org.apache.tiles.request.collection
package org.apache.tiles.request.collection
Special collections and maps for attributes (like HTTP request
 or session attributes).
 These can be used to access another object's attributes through
 a Map interface.
 
-  ScopeMapprovides full get/put/remove access to the attributes.
-  ReadOnlyEnumerationMapprovides get-only access.
-  HeaderValuesMapprovides get-only access to a multi-valued map (typically, headers).
- 
ClassesClassDescriptionExposes anHasAddableKeysobject as a put/get (no remove) map.Utilities for requests.Exposes anEnumeratedValuesExtractorobject as a read-only map.Exposes keys of aHasKeysobject as a set.MapEntry<K,V> Map.Entry implementation that can be constructed to either be read-only or not.MapEntryArrayValues<K,V> Multi-valued map entry.Wraps anHasKeysobject into a read-only map.WrapsHasRemovableKeyskeys as a set.Exposes a scope context as a <String, Object> map.