|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.render.ResponseStateManager
Constructor Summary | |
ResponseStateManager()
|
Method Summary | |
abstract java.lang.Object |
getComponentStateToRestore(FacesContext context)
|
abstract java.lang.Object |
getTreeStructureToRestore(FacesContext context,
java.lang.String viewId)
|
abstract void |
writeState(FacesContext context,
StateManager.SerializedView state)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResponseStateManager()
Method Detail |
public abstract void writeState(FacesContext context, StateManager.SerializedView state) throws java.io.IOException
java.io.IOException
public abstract java.lang.Object getTreeStructureToRestore(FacesContext context, java.lang.String viewId)
public abstract java.lang.Object getComponentStateToRestore(FacesContext context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |