org.zkoss.web.servlet.xel
Class RequestScope
java.lang.Object
java.util.AbstractMap<String,V>
org.zkoss.web.servlet.xel.StringKeysMap<Object>
org.zkoss.web.servlet.xel.AttributesMap
org.zkoss.web.servlet.xel.RequestScope
- All Implemented Interfaces:
- Map<String,Object>
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<String> getKeys()
- Description copied from class:
StringKeysMap
- Returns an enumeration of keys.
- Specified by:
getKeys in class StringKeysMap<Object>
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<Object>
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<Object>
removeValue
protected void removeValue(String key)
- Description copied from class:
StringKeysMap
- Removes the specified key.
- Specified by:
removeValue in class StringKeysMap<Object>
Copyright © 2015. All rights reserved.