public class RequestScope extends AttributesMap
StringKeysMap.EntryIter
Constructor and Description |
---|
RequestScope(javax.servlet.ServletRequest request) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Enumeration<java.lang.String> |
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.
|
entrySet, isEmpty, put, remove, size
containsKey, get
clear, clone, containsValue, equals, hashCode, keySet, putAll, toString, values
protected java.util.Enumeration<java.lang.String> getKeys()
StringKeysMap
getKeys
in class StringKeysMap<java.lang.Object>
protected java.lang.Object getValue(java.lang.String key)
StringKeysMap
getValue
in class StringKeysMap<java.lang.Object>
protected void setValue(java.lang.String key, java.lang.Object val)
StringKeysMap
setValue
in class StringKeysMap<java.lang.Object>
protected void removeValue(java.lang.String key)
StringKeysMap
removeValue
in class StringKeysMap<java.lang.Object>
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.