|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This srevice provides the session scope.
| Method Summary | |
java.util.Enumeration |
getHttpSessionKeys()
|
java.lang.Object |
getValueFromHttpSession(java.lang.String key)
Reads an attribute from the HTTP session |
void |
removeFromHttpSession(java.lang.String key)
Removes an attribute from the HTTP session |
void |
setValueToHttpSession(java.lang.String key,
java.lang.Object value)
Puts an attribute to the HTTP session |
| Method Detail |
public java.lang.Object getValueFromHttpSession(java.lang.String key)
key - the key of the attribute
public void setValueToHttpSession(java.lang.String key,
java.lang.Object value)
key - the key of the attributevalue - the value of the attributepublic java.util.Enumeration getHttpSessionKeys()
public void removeFromHttpSession(java.lang.String key)
key - the key of the attribute
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||