org.apache.tiles.request.collection
Class ScopeMap
java.lang.Object
org.apache.tiles.request.collection.ReadOnlyEnumerationMap<Object>
org.apache.tiles.request.collection.ScopeMap
- All Implemented Interfaces:
- Map<String,Object>
public class ScopeMap
- extends ReadOnlyEnumerationMap<Object>
Exposes a scope context as a map.
- Version:
- $Rev: 1229087 $ $Date: 2012-01-09 05:35:14 -0500 (Mon, 09 Jan 2012) $
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
ScopeMap
public ScopeMap(AttributeExtractor context)
- Constructor.
- Parameters:
context - The servlet context to use.
clear
public void clear()
-
- Specified by:
clear in interface Map<String,Object>- Overrides:
clear in class ReadOnlyEnumerationMap<Object>
entrySet
public Set<Map.Entry<String,Object>> entrySet()
-
- Specified by:
entrySet in interface Map<String,Object>- Overrides:
entrySet in class ReadOnlyEnumerationMap<Object>
keySet
public Set<String> keySet()
-
- Specified by:
keySet in interface Map<String,Object>- Overrides:
keySet in class ReadOnlyEnumerationMap<Object>
put
public Object put(String key,
Object value)
-
- Specified by:
put in interface Map<String,Object>- Overrides:
put in class ReadOnlyEnumerationMap<Object>
putAll
public void putAll(Map<? extends String,? extends Object> map)
-
- Specified by:
putAll in interface Map<String,Object>- Overrides:
putAll in class ReadOnlyEnumerationMap<Object>
remove
public Object remove(Object key)
-
- Specified by:
remove in interface Map<String,Object>- Overrides:
remove in class ReadOnlyEnumerationMap<Object>
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.