|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.wcf.bookmarks.BookmarkManager
Method Summary | |
java.lang.Object |
collectSessionState(int levelOfDetail)
collects tht state of all Bookmarkable Session Attributes |
static BookmarkManager |
instance(javax.servlet.http.HttpSession session)
|
void |
restoreAttributeState(java.lang.String name)
restores bookmark state for a single session attribute. |
void |
restoreSessionState(java.lang.Object memento)
restores the State of all Bookmarkable Session Atributes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static BookmarkManager instance(javax.servlet.http.HttpSession session)
public java.lang.Object collectSessionState(int levelOfDetail)
public void restoreSessionState(java.lang.Object memento)
memento
- created by collectBookmarkState()#collectBookmarkState
public void restoreAttributeState(java.lang.String name)
name
- name of the session attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |