|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This srevice provides the request scope.
| Method Summary | |
java.util.Enumeration |
getRequestValueKeys()
|
java.lang.Object |
getValueFromRequest(java.lang.String key)
Reads an attribute from the current request |
void |
removeValueFromRequest(java.lang.String key)
Removes an attribute from current request |
void |
setValueToRequest(java.lang.String key,
java.lang.Object value)
Puts an attribute to the current request |
| Method Detail |
public void setValueToRequest(java.lang.String key,
java.lang.Object value)
key - the key of the attributevalue - the value of the attributepublic java.lang.Object getValueFromRequest(java.lang.String key)
key - the key of the attribute
public void removeValueFromRequest(java.lang.String key)
key - the key of the attributepublic java.util.Enumeration getRequestValueKeys()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||