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,?> map) | 
| Object | remove(Object key) | 
containsKey, containsValue, equals, get, hashCode, isEmpty, size, valuesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ScopeMap(AttributeExtractor context)
context - The servlet context to use.Copyright © 2000–2025 Apache Software Foundation. All rights reserved.