org.zkoss.web.servlet.xel
Class RequestScope

java.lang.Object
  extended by java.util.AbstractMap
      extended by org.zkoss.web.servlet.xel.StringKeysMap
          extended by org.zkoss.web.servlet.xel.AttributesMap
              extended by org.zkoss.web.servlet.xel.RequestScope
All Implemented Interfaces:
java.util.Map

public class RequestScope
extends AttributesMap

Represents the request scope.

Since:
5.0.0
Author:
tomyeh

Nested Class Summary
 
Nested classes/interfaces inherited from class org.zkoss.web.servlet.xel.StringKeysMap
StringKeysMap.EntryIter
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry, java.util.AbstractMap.SimpleImmutableEntry
 
Constructor Summary
RequestScope(javax.servlet.ServletRequest request)
           
 
Method Summary
protected  java.util.Enumeration getKeys()
          Returns an enumeration of keys.
protected  java.lang.Object getValue(java.lang.String key)
          Returns the value associated with the specified key.
protected  void removeValue(java.lang.String key)
          Removes the specified key.
protected  void setValue(java.lang.String key, java.lang.Object val)
          Sets the value associated with the specified key.
 
Methods inherited from class org.zkoss.web.servlet.xel.AttributesMap
entrySet, isEmpty, put, remove, size
 
Methods inherited from class org.zkoss.web.servlet.xel.StringKeysMap
containsKey, get
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, keySet, putAll, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestScope

public RequestScope(javax.servlet.ServletRequest request)
Method Detail

getKeys

protected java.util.Enumeration getKeys()
Description copied from class: StringKeysMap
Returns an enumeration of keys.

Specified by:
getKeys in class StringKeysMap

getValue

protected java.lang.Object getValue(java.lang.String key)
Description copied from class: StringKeysMap
Returns the value associated with the specified key.

Specified by:
getValue in class StringKeysMap

setValue

protected void setValue(java.lang.String key,
                        java.lang.Object val)
Description copied from class: StringKeysMap
Sets the value associated with the specified key.

Specified by:
setValue in class StringKeysMap

removeValue

protected void removeValue(java.lang.String key)
Description copied from class: StringKeysMap
Removes the specified key.

Specified by:
removeValue in class StringKeysMap


Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo