org.apache.myfaces.context.servlet
Class RequestMap
java.lang.Object
java.util.AbstractMap
org.apache.myfaces.context.servlet.AbstractAttributeMap
org.apache.myfaces.context.servlet.RequestMap
- All Implemented Interfaces:
- java.util.Map
public class RequestMap
- extends AbstractAttributeMap
ServletRequest attributes Map.
- Version:
- $Revision: 472618 $ $Date: 2006-11-08 21:06:54 +0100 (Mi, 08 Nov 2006) $
- Author:
- Anton Koinov (latest modification by $Author: grantsmith $)
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
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 |
getAttribute
protected java.lang.Object getAttribute(java.lang.String key)
- Specified by:
getAttribute
in class AbstractAttributeMap
setAttribute
protected void setAttribute(java.lang.String key,
java.lang.Object value)
- Specified by:
setAttribute
in class AbstractAttributeMap
removeAttribute
protected void removeAttribute(java.lang.String key)
- Specified by:
removeAttribute
in class AbstractAttributeMap
getAttributeNames
protected java.util.Enumeration getAttributeNames()
- Specified by:
getAttributeNames
in class AbstractAttributeMap
putAll
public void putAll(java.util.Map t)
- Specified by:
putAll
in interface java.util.Map
- Overrides:
putAll
in class AbstractAttributeMap
clear
public void clear()
- Specified by:
clear
in interface java.util.Map
- Overrides:
clear
in class AbstractAttributeMap
Copyright © 2011 Apache Software Foundation. All Rights Reserved.