Class ServletHeaderValuesMap
java.lang.Object
org.apache.commons.chain.web.servlet.ServletHeaderValuesMap
- All Implemented Interfaces:
Map
Private implementation of Map
for servlet request
name-values[].
- Version:
- $Revision: 480477 $ $Date: 2006-11-29 08:34:52 +0000 (Wed, 29 Nov 2006) $
- Author:
- Craig R. McClanahan
-
Nested Class Summary
-
Field Summary
Fields -
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
-
Field Details
-
request
private javax.servlet.http.HttpServletRequest request
-
-
Constructor Details
-
ServletHeaderValuesMap
public ServletHeaderValuesMap(javax.servlet.http.HttpServletRequest request)
-
-
Method Details
-
clear
public void clear() -
containsKey
- Specified by:
containsKey
in interfaceMap
-
containsValue
- Specified by:
containsValue
in interfaceMap
-
entrySet
-
equals
-
get
-
hashCode
public int hashCode() -
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-
key
-