javax.faces.render
Class ResponseStateManager
java.lang.Object
javax.faces.render.ResponseStateManager
public abstract class ResponseStateManager
- extends Object
see Javadoc of JSF Specification
- Version:
- $Revision: 676278 $ $Date: 2008-07-13 03:35:04 -0500 (Sun, 13 Jul 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: skitching $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseStateManager
public ResponseStateManager()
writeState
public abstract void writeState(FacesContext context,
StateManager.SerializedView state)
throws IOException
- Throws:
IOException
getTreeStructureToRestore
public abstract Object getTreeStructureToRestore(FacesContext context,
String viewId)
getComponentStateToRestore
public abstract Object getComponentStateToRestore(FacesContext context)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.