public class RequestScope extends AttributesMap
StringKeysMap.EntryIterAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RequestScope(javax.servlet.ServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected Enumeration<String> |
getKeys()
Returns an enumeration of keys.
|
protected Object |
getValue(String key)
Returns the value associated with the specified key.
|
protected void |
removeValue(String key)
Removes the specified key.
|
protected void |
setValue(String key,
Object val)
Sets the value associated with the specified key.
|
entrySet, isEmpty, put, remove, sizecontainsKey, getclear, clone, containsValue, equals, hashCode, keySet, putAll, toString, valuesprotected Enumeration<String> getKeys()
StringKeysMapgetKeys in class StringKeysMap<Object>protected Object getValue(String key)
StringKeysMapgetValue in class StringKeysMap<Object>protected void setValue(String key, Object val)
StringKeysMapsetValue in class StringKeysMap<Object>protected void removeValue(String key)
StringKeysMapremoveValue in class StringKeysMap<Object>Copyright © 2016. All rights reserved.