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 SummaryFields inherited from class org.apache.tiles.request.collection.ReadOnlyEnumerationMaprequest
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tiles.request.collection.ReadOnlyEnumerationMapcontainsKey, containsValue, equals, get, hashCode, isEmpty, size, valuesMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Constructor Details- 
ScopeMapConstructor.- Parameters:
- context- The servlet context to use.
 
 
- 
- 
Method Details- 
clearpublic void clear()
- 
entrySet
- 
keySet
- 
put
- 
putAll
- 
remove
 
-