|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void saveState(IRequestCycle objCycle, Serializable objState)
objCycle
- the current request cycleobjState
- the session state to be savedpublic Serializable loadState(IRequestCycle objCycle)
objCycle
- the current request cycle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |