|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.jsf.dialog.services.impl.DefaultHttpSessionDataService
| Constructor Summary | |
DefaultHttpSessionDataService()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultHttpSessionDataService()
| Method Detail |
public java.lang.Object getValueFromHttpSession(java.lang.String key)
HttpSessionDataService
getValueFromHttpSession in interface HttpSessionDataServicekey - the key of the attribute
public void setValueToHttpSession(java.lang.String key,
java.lang.Object value)
HttpSessionDataService
setValueToHttpSession in interface HttpSessionDataServicekey - the key of the attributevalue - the value of the attributepublic java.util.Enumeration getHttpSessionKeys()
getHttpSessionKeys in interface HttpSessionDataServiceHttpSessionDataService.getHttpSessionKeys()public void removeFromHttpSession(java.lang.String key)
HttpSessionDataService
removeFromHttpSession in interface HttpSessionDataServicekey - the key of the attributeHttpSessionDataService.removeFromHttpSession(java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||