org.zkoss.web.servlet.xel
Class RequestScope
java.lang.Object
java.util.AbstractMap
org.zkoss.web.servlet.xel.StringKeysMap
org.zkoss.web.servlet.xel.AttributesMap
org.zkoss.web.servlet.xel.RequestScope
- All Implemented Interfaces:
- Map
public class RequestScope
- extends AttributesMap
Represents the request scope.
- Since:
- 5.0.0
- Author:
- tomyeh
|
Constructor Summary |
RequestScope(javax.servlet.ServletRequest request)
|
RequestScope
public RequestScope(javax.servlet.ServletRequest request)
getKeys
protected Enumeration getKeys()
- Description copied from class:
StringKeysMap
- Returns an enumeration of keys.
- Specified by:
getKeys in class StringKeysMap
getValue
protected Object getValue(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(String key,
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(String key)
- Description copied from class:
StringKeysMap
- Removes the specified key.
- Specified by:
removeValue in class StringKeysMap
Copyright © 2012. All Rights Reserved.