org.apache.myfaces.webapp.filter.servlet
Class SessionMap
java.lang.Object
java.util.AbstractMap
org.apache.myfaces.webapp.filter.servlet.AbstractAttributeMap
org.apache.myfaces.webapp.filter.servlet.SessionMap
- All Implemented Interfaces:
- java.util.Map
public class SessionMap
- extends AbstractAttributeMap
HttpSession attibutes as Map.
NOTE: This class was copied from myfaces impl
org.apache.myfaces.context.servlet 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:
- Anton Koinov (latest modification by $Author: lu4242 $)
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
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 |
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 © 2009 The Apache Software Foundation. All Rights Reserved.