public class ScopeMap extends ReadOnlyEnumerationMap<Object>
request
Constructor and Description |
---|
ScopeMap(AttributeExtractor context)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Set<Map.Entry<String,Object>> |
entrySet() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> map) |
Object |
remove(Object key) |
containsKey, containsValue, equals, get, hashCode, isEmpty, size, values
public ScopeMap(AttributeExtractor context)
context
- The servlet context to use.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.