|
||||||||||
| 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 | |
|---|---|
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 |
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||