org.apache.beehive.netui.script.el.util
Class SessionAttributeMap

Object
  extended by AbstractAttributeMap
      extended by SessionAttributeMap
All Implemented Interfaces:
Map, BindingContext

public class SessionAttributeMap
extends AbstractAttributeMap
implements BindingContext


Nested Class Summary
 
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
 
Constructor Summary
SessionAttributeMap(HttpSession session)
           
 
Method Summary
protected  Enumeration getKeysEnumeration()
           
protected  Object getValue(Object key)
           
protected  Object putValue(Object key, Object value)
           
 Object unwrap()
           
 
Methods inherited from class AbstractAttributeMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Map
equals, hashCode
 

Constructor Detail

SessionAttributeMap

public SessionAttributeMap(HttpSession session)
Method Detail

unwrap

public Object unwrap()
Specified by:
unwrap in interface BindingContext

getValue

protected Object getValue(Object key)
Specified by:
getValue in class AbstractAttributeMap

putValue

protected Object putValue(Object key,
                          Object value)
Specified by:
putValue in class AbstractAttributeMap

getKeysEnumeration

protected Enumeration getKeysEnumeration()
Specified by:
getKeysEnumeration in class AbstractAttributeMap