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


public interface ISessionStoreManager

Version:
$Id: ISessionStoreManager.java 243791 2004-02-19 17:38:13Z hlship $
Author:
ceco

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

Method Detail

getSessionState

Object getSessionState(IPage objPage,
                       String strSessionStateID)

setSessionState

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