|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.contrib.table.model.common.NullTableSessionStateManager
A simple ITableSessionStateManager implementation that saves nothing at all into the session.
Field Summary | |
static NullTableSessionStateManager |
NULL_STATE_MANAGER
|
Constructor Summary | |
NullTableSessionStateManager()
|
Method Summary | |
java.io.Serializable |
getSessionState(ITableModel objModel)
Method getSessionState extracts the "persistent" portion of the table model |
ITableModel |
recreateTableModel(java.io.Serializable objState)
Method recreateTableModel recreates a table model from the saved session state |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final NullTableSessionStateManager NULL_STATE_MANAGER
Constructor Detail |
public NullTableSessionStateManager()
Method Detail |
public java.io.Serializable getSessionState(ITableModel objModel)
ITableSessionStateManager
getSessionState
in interface ITableSessionStateManager
objModel
- the table model to extract the session state from
ITableSessionStateManager.getSessionState(ITableModel)
public ITableModel recreateTableModel(java.io.Serializable objState)
ITableSessionStateManager
recreateTableModel
in interface ITableSessionStateManager
objState
- the saved session state
ITableSessionStateManager.recreateTableModel(Serializable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |