UIX 2.2.16

Package oracle.cabo.servlet.state

Interface Summary
MutableState The MutableState interface extends State to be mutable - that is, allow "sets".
State The State interface defines a generic set of state information.
StateManager The StateManager interface is responsible for creating State IDs, creating States, storing States, and deciding on a strategy for purging old states.
 

Class Summary
QueueStateManager A StateManager that stores states in a FIFO queue of a predetermined length.
StateImpl A default implementation of the State interface.
StateUtils Utilities for working with States.
 


UIX 2.2.16