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)
           
 

Method Detail

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)