Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.faces.render
Class ResponseStateManager  view ResponseStateManager download ResponseStateManager.java

java.lang.Object
  extended byjavax.faces.render.ResponseStateManager

public abstract class ResponseStateManager
extends java.lang.Object

Version:
$Revision: 166994 $ $Date: 2004-07-01 18:12:40 -0400 (Thu, 01 Jul 2004) $

Constructor Summary
ResponseStateManager()
           
 
Method Summary
abstract  java.lang.Object getComponentStateToRestore(javax.faces.context.FacesContext context)
           
abstract  java.lang.Object getTreeStructureToRestore(javax.faces.context.FacesContext context, java.lang.String viewId)
           
abstract  void writeState(javax.faces.context.FacesContext context, javax.faces.application.StateManager.SerializedView state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseStateManager

public ResponseStateManager()
Method Detail

writeState

public abstract void writeState(javax.faces.context.FacesContext context,
                                javax.faces.application.StateManager.SerializedView state)
                         throws java.io.IOException

getTreeStructureToRestore

public abstract java.lang.Object getTreeStructureToRestore(javax.faces.context.FacesContext context,
                                                           java.lang.String viewId)

getComponentStateToRestore

public abstract java.lang.Object getComponentStateToRestore(javax.faces.context.FacesContext context)