org.apache.myfaces.context.portlet
Class RequestMap
java.lang.Object
org.apache.myfaces.context.servlet.AbstractAttributeMap
org.apache.myfaces.context.portlet.RequestMap
- All Implemented Interfaces:
- java.util.Map
- public class RequestMap
- extends AbstractAttributeMap
PortletRequest attributes Map.
- Version:
- $Revision: 278654 $ $Date: 2005-09-04 20:32:35 -0400 (Sun, 04 Sep 2005) $
- Author:
- Stan Silvert (latest modification by $Author: oros $)
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 |
Methods inherited from interface java.util.Map |
equals, hashCode |
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