|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITableSessionStoreManager
An interface responsible for determining where the session state will be saved between requests.
| Method Summary | |
|---|---|
Serializable |
loadState(IRequestCycle objCycle)
Method loadState loads the session state |
void |
saveState(IRequestCycle objCycle,
Serializable objState)
Method saveState saves the session sate |
| Method Detail |
|---|
void saveState(IRequestCycle objCycle,
Serializable objState)
objCycle - the current request cycleobjState - the session state to be savedSerializable loadState(IRequestCycle objCycle)
objCycle - the current request cycle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||