Class ScopeMap
java.lang.Object
org.apache.tiles.request.collection.ReadOnlyEnumerationMap<Object>
org.apache.tiles.request.collection.ScopeMap
Exposes a scope context as a <String, Object> map.
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
request
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
containsKey, containsValue, equals, get, hashCode, isEmpty, size, values
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ScopeMap
Constructor.- Parameters:
context
- The servlet context to use.
-
-
Method Details
-
clear
public void clear() -
entrySet
-
keySet
-
put
-
putAll
-
remove
-