org.apache.myfaces.context.portlet
Class SessionMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by org.apache.myfaces.util.AbstractThreadSafeAttributeMap
          extended by org.apache.myfaces.context.portlet.SessionMap
All Implemented Interfaces:
Map

public class SessionMap
extends AbstractThreadSafeAttributeMap

Portlet scope PortletSession attibutes as Map.

Version:
$Revision: 1000660 $ $Date: 2010-09-23 18:02:43 -0500 (Thu, 23 Sep 2010) $
Author:
Stan Silvert (latest modification by $Author: lu4242 $)

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 void clear()
           
protected  Object getAttribute(String key)
           
protected  Enumeration getAttributeNames()
           
 void putAll(Map t)
           
protected  void removeAttribute(String key)
           
protected  void setAttribute(String key, Object value)
           
 
Methods inherited from class org.apache.myfaces.util.AbstractThreadSafeAttributeMap
containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, values
 
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
 

Method Detail

getAttribute

protected Object getAttribute(String key)
Specified by:
getAttribute in class AbstractThreadSafeAttributeMap

setAttribute

protected void setAttribute(String key,
                            Object value)
Specified by:
setAttribute in class AbstractThreadSafeAttributeMap

removeAttribute

protected void removeAttribute(String key)
Specified by:
removeAttribute in class AbstractThreadSafeAttributeMap

getAttributeNames

protected Enumeration getAttributeNames()
Specified by:
getAttributeNames in class AbstractThreadSafeAttributeMap

putAll

public void putAll(Map t)
Specified by:
putAll in interface Map
Overrides:
putAll in class AbstractThreadSafeAttributeMap

clear

public void clear()
Specified by:
clear in interface Map
Overrides:
clear in class AbstractThreadSafeAttributeMap


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.