Package org.apache.tiles.request.collection

Package class diagram package org.apache.tiles.request.collection
Special collections and maps for attributes (like HTTP request or session attributes).

See:
          Description

Class Summary
AddableParameterMap Exposes an HasAddableKeys object as a put/get (no remove) map.
CollectionUtil Utilities for requests.
HeaderValuesMap Exposes an EnumeratedValuesExtractor object as a read-only map.
KeySet Exposes keys of a HasKeys object 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.
ReadOnlyEnumerationMap<V> Wraps an HasKeys object into a read-only map.
RemovableKeySet Wraps HasRemovableKeys keys as a set.
ScopeMap Exposes a scope context as a map.
 

Package org.apache.tiles.request.collection Description

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.



Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.