org.apache.myfaces.webapp.filter.portlet
Class RequestMap
java.lang.Object
   java.util.AbstractMap
java.util.AbstractMap
       org.apache.myfaces.webapp.filter.servlet.AbstractAttributeMap
org.apache.myfaces.webapp.filter.servlet.AbstractAttributeMap
           org.apache.myfaces.webapp.filter.portlet.RequestMap
org.apache.myfaces.webapp.filter.portlet.RequestMap
- All Implemented Interfaces: 
- Map
- public class RequestMap 
- extends AbstractAttributeMap
PortletRequest attributes Map.
 
 NOTE: This class was copied from myfaces impl 
 org.apache.myfaces.context.portlet and it is
 used by TomahawkFacesContextWrapper. By that reason, it could change
 in the future.
 
- Since:
- 1.1.7
- Version:
- $Revision: 691871 $ $Date: 2008-09-03 23:32:08 -0500 (Wed, 03 Sep 2008) $
- Author:
- Stan Silvert (latest modification by $Author: lu4242 $)
 
 
| Nested classes/interfaces inherited from interface java.util.Map | 
| Map.Entry<K,V> | 
 
 
 
 
 
getAttribute
protected Object getAttribute(String key)
- 
- Specified by:
- getAttributein class- AbstractAttributeMap
 
- 
 
setAttribute
protected void setAttribute(String key,
                            Object value)
- 
- Specified by:
- setAttributein class- AbstractAttributeMap
 
- 
 
removeAttribute
protected void removeAttribute(String key)
- 
- Specified by:
- removeAttributein class- AbstractAttributeMap
 
- 
 
getAttributeNames
protected Enumeration getAttributeNames()
- 
- Specified by:
- getAttributeNamesin class- AbstractAttributeMap
 
- 
 
putAll
public void putAll(Map t)
- 
- Specified by:
- putAllin interface- Map
- Overrides:
- putAllin class- AbstractAttributeMap
 
- 
 
clear
public void clear()
- 
- Specified by:
- clearin interface- Map
- Overrides:
- clearin class- AbstractAttributeMap
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.