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

public java.lang.Object getSessionState(org.apache.tapestry.IPage objPage,
                                        java.lang.String strSessionStateID)

setSessionState

public java.lang.Object setSessionState(org.apache.tapestry.IPage objPage,
                                        java.lang.String strSessionStateID,
                                        java.lang.Object objSessionState)