org.apache.tapestry.contrib.tree.model
Interface ISessionStoreManager


public interface ISessionStoreManager

Version:
$Id: ISessionStoreManager.java,v 1.3 2004/01/19 21:34:25 hlship Exp $
Author:
ceco

Method Summary
 Object getSessionState(IPage objPage, String strSessionStateID)
           
 Object setSessionState(IPage objPage, String strSessionStateID, Object objSessionState)
           
 

Method Detail

getSessionState

public Object getSessionState(IPage objPage,
                              String strSessionStateID)

setSessionState

public Object setSessionState(IPage objPage,
                              String strSessionStateID,
                              Object objSessionState)