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

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

public class PageContextAttributeMap
extends AbstractAttributeMap
implements BindingContext


Nested Class Summary
 
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
 
Constructor Summary
PageContextAttributeMap(PageContext pc)
           
 
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

PageContextAttributeMap

public PageContextAttributeMap(PageContext pc)
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