Class AddableParameterMap
java.lang.Object
org.apache.tiles.request.collection.ReadOnlyEnumerationMap<String>
org.apache.tiles.request.collection.AddableParameterMap
Exposes an
HasAddableKeys
object as a put/get (no remove) map.-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, remove, 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
-
AddableParameterMap
Constructor.- Parameters:
request
- The request object to use.
-
-
Method Details
-
entrySet
-
put
-
putAll
-