|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.engine.state.StateObjectManagerImpl
Constructor Summary | |
StateObjectManagerImpl(java.lang.String name,
StateObjectFactory factory,
StateObjectPersistenceManager persistenceManager)
|
Method Summary | |
boolean |
exists()
Returns true if the application state object exists (i.e., a value has been stored). |
java.lang.Object |
get()
Gets or creates the application state object. |
void |
store(java.lang.Object stateObject)
Stores (if necessary) the object back into persistent storage. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StateObjectManagerImpl(java.lang.String name, StateObjectFactory factory, StateObjectPersistenceManager persistenceManager)
Method Detail |
public boolean exists()
StateObjectManager
exists
in interface StateObjectManager
public java.lang.Object get()
StateObjectManager
get
in interface StateObjectManager
public void store(java.lang.Object stateObject)
StateObjectManager
store
in interface StateObjectManager
stateObject
- the application state object previously obtained from StateObjectManager.get()
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |