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