|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines an OpenCms session, a generic session object that is used by OpenCms and provides methods to access the current users session data.
| Method Summary | |
Object |
getValue(String name)
Gets a value from the session. |
String[] |
getValueNames()
|
void |
invalidate()
Invalidates the session. |
void |
putValue(String name,
Object value)
Puts a value into the session |
void |
removeValue(String name)
Removes a value from the session. |
| Method Detail |
public Object getValue(String name)
name - the key.
public String[] getValueNames()
public void putValue(String name,
Object value)
name - the key.value - a object to store the value.public void removeValue(String name)
name - the key for the value to remove.public void invalidate()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||