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, sizecontainsKey, getprotected java.util.Enumeration<java.lang.String> getKeys()
StringKeysMapgetKeys in class StringKeysMap<java.lang.Object>protected java.lang.Object getValue(java.lang.String key)
StringKeysMapgetValue in class StringKeysMap<java.lang.Object>protected void setValue(java.lang.String key,
java.lang.Object val)
StringKeysMapsetValue in class StringKeysMap<java.lang.Object>protected void removeValue(java.lang.String key)
StringKeysMapremoveValue in class StringKeysMap<java.lang.Object>Copyright © 2005-2011 Potix Corporation. All Rights Reserved.