public interface ITableSessionStoreManager
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
loadState(org.apache.tapestry.IRequestCycle objCycle)
Method loadState loads the session state
|
void |
saveState(org.apache.tapestry.IRequestCycle objCycle,
java.io.Serializable objState)
Method saveState saves the session sate
|
void saveState(org.apache.tapestry.IRequestCycle objCycle, java.io.Serializable objState)
objCycle
- the current request cycleobjState
- the session state to be savedjava.io.Serializable loadState(org.apache.tapestry.IRequestCycle objCycle)
objCycle
- the current request cycle