Class RequestMap
java.lang.Object
java.util.AbstractMap<String,V>
org.apache.myfaces.util.lang.AbstractAttributeMap<Object>
org.apache.myfaces.context.servlet.RequestMap
ServletRequest attributes Map.
- Version:
- $Revision$ $Date$
- Author:
- Anton Koinov (latest modification by $Author$)
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
protected Object
getAttribute
(String key) protected Enumeration<String>
void
protected void
removeAttribute
(String key) protected void
setAttribute
(String key, Object value) Methods inherited from class org.apache.myfaces.util.lang.AbstractAttributeMap
containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, values
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
getAttribute
- Specified by:
getAttribute
in classAbstractAttributeMap<Object>
-
setAttribute
- Specified by:
setAttribute
in classAbstractAttributeMap<Object>
-
removeAttribute
- Specified by:
removeAttribute
in classAbstractAttributeMap<Object>
-
getAttributeNames
- Specified by:
getAttributeNames
in classAbstractAttributeMap<Object>
-
putAll
-
clear
public void clear()
-