java.lang.Object
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: 278654 $ $Date: 2005-09-04 20:32:35 -0400 (Sun, 04 Sep 2005) $
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_servletRequest
final javax.servlet.ServletRequest _servletRequest
RequestMap
RequestMap(javax.servlet.ServletRequest servletRequest)
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)
- Description copied from interface:
java.util.Map
- Copies all entries of the given map to this one (optional operation). If
the map already contains a key, its value is replaced.
- Specified by:
putAll in interface java.util.Map- Overrides:
putAll in class AbstractAttributeMap
clear
public void clear()
- Description copied from interface:
java.util.Map
- Remove all entries from this Map (optional operation).
- Specified by:
clear in interface java.util.Map- Overrides:
clear in class AbstractAttributeMap