|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StateObjectManager
Interface for an object that manages a single application state object.
Represents the named intersection of a
StateObjectPersistenceManager
for
storing the state object between request cycles, and a
StateObjectFactory
to create the
object in the first place.
Method Summary | |
---|---|
boolean |
exists()
Returns true if the application state object exists (i.e., a value has been stored). |
Object |
get()
Gets or creates the application state object. |
void |
store(Object stateObject)
Stores (if necessary) the object back into persistent storage. |
Method Detail |
---|
boolean exists()
Object get()
void store(Object stateObject)
stateObject
- the application state object previously obtained from
get()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |