org.apache.tapestry.contrib.table.model
Interface ITableSessionStoreManager


public interface ITableSessionStoreManager

An interface responsible for determining where the session state will be saved between requests.

Author:
mindbridge

Method Summary
 Serializable loadState(IRequestCycle objCycle)
          Method loadState loads the session state.
 void saveState(IRequestCycle objCycle, Serializable objState)
          Method saveState saves the session state.
 

Method Detail

saveState

void saveState(IRequestCycle objCycle,
               Serializable objState)
Method saveState saves the session state.

Parameters:
objCycle - the current request cycle
objState - the session state to be saved

loadState

Serializable loadState(IRequestCycle objCycle)
Method loadState loads the session state.

Parameters:
objCycle - the current request cycle
Returns:
Object the loaded sessions state


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