public abstract class ResponseStateManager extends Object
Constructor and Description |
---|
ResponseStateManager() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
getComponentStateToRestore(FacesContext context) |
abstract Object |
getTreeStructureToRestore(FacesContext context,
String viewId) |
abstract void |
writeState(FacesContext context,
StateManager.SerializedView state) |
public abstract void writeState(FacesContext context, StateManager.SerializedView state) throws IOException
IOException
public abstract Object getTreeStructureToRestore(FacesContext context, String viewId)
public abstract Object getComponentStateToRestore(FacesContext context)
Copyright © 2012 Apache Software Foundation. All Rights Reserved.