oracle.cabo.servlet.state
Interface MutableState
- All Superinterfaces:
- java.io.Serializable, State
- All Known Implementing Classes:
- StateImpl
- public interface MutableState
- extends State
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. |
putValue
public void putValue(java.lang.Object key,
java.lang.Object value)
- Stores a value on the MutableState. Null values are
allowed.