Class HeaderValuesMap
java.lang.Object
org.apache.tiles.request.collection.HeaderValuesMap
Exposes an
EnumeratedValuesExtractor
object as a read-only map.-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
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
-
HeaderValuesMap
Constructor.- Parameters:
request
- The request object to use.
-
-
Method Details
-
clear
public void clear() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
String[]>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
String[]>
-
entrySet
-
equals
-
get
-
hashCode
public int hashCode() -
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-