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


public interface ISessionStoreManager

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)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.