org.apache.tapestry.contrib.tree.model
Interface ISessionStoreManager
public interface ISessionStoreManager
- Author:
- ceco
Method Summary |
java.lang.Object |
getSessionState(org.apache.tapestry.IPage objPage,
java.lang.String strSessionStateID)
|
java.lang.Object |
setSessionState(org.apache.tapestry.IPage objPage,
java.lang.String strSessionStateID,
java.lang.Object objSessionState)
|
getSessionState
java.lang.Object getSessionState(org.apache.tapestry.IPage objPage,
java.lang.String strSessionStateID)
setSessionState
java.lang.Object setSessionState(org.apache.tapestry.IPage objPage,
java.lang.String strSessionStateID,
java.lang.Object objSessionState)