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

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

public class RequestAttributeMap
extends AbstractAttributeMap
implements BindingContext


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

RequestAttributeMap

public RequestAttributeMap(ServletRequest request)
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