|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The MutableState interface extends State to be mutable - that is, allow "sets". MutableState objects are returned from the StateManager, but other APIs deal strictly in immutable State objects.
Method Summary | |
void |
putValue(java.lang.Object key,
java.lang.Object value)
Stores a value on the MutableState. |
Methods inherited from interface oracle.cabo.servlet.state.State |
expire, getID, getManager, getValue, isExpired, keys |
Method Detail |
public void putValue(java.lang.Object key, java.lang.Object value)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |