org.apache.myfaces.context.portlet
Class RequestMap

java.lang.Object
  extended byorg.apache.myfaces.context.servlet.AbstractAttributeMap
      extended byorg.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 Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
(package private)  javax.portlet.PortletRequest _portletRequest
           
 
Constructor Summary
(package private) RequestMap(javax.portlet.PortletRequest portletRequest)
           
 
Method Summary
 void clear()
           
protected  java.lang.Object getAttribute(java.lang.String key)
           
protected  java.util.Enumeration getAttributeNames()
           
 void putAll(java.util.Map t)
           
protected  void removeAttribute(java.lang.String key)
           
protected  void setAttribute(java.lang.String key, java.lang.Object value)
           
 
Methods inherited from class org.apache.myfaces.context.servlet.AbstractAttributeMap
containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, values
 
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
 

Field Detail

_portletRequest

final javax.portlet.PortletRequest _portletRequest
Constructor Detail

RequestMap

RequestMap(javax.portlet.PortletRequest portletRequest)
Method Detail

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 2006 Apache Software Foundation. All Rights Reserved.