javax.faces.render
Class ResponseStateManager

java.lang.Object
  extended by javax.faces.render.ResponseStateManager

public abstract class ResponseStateManager
extends Object

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Manfred Geiler (latest modification by $Author: skitching $), Stan Silvert

Field Summary
static String RENDER_KIT_ID_PARAM
           
static String VIEW_STATE_PARAM
           
 
Constructor Summary
ResponseStateManager()
           
 
Method Summary
 Object getComponentStateToRestore(FacesContext context)
          Deprecated.  
 Object getState(FacesContext context, String viewId)
           
 Object getTreeStructureToRestore(FacesContext context, String viewId)
          Deprecated.  
 boolean isPostback(FacesContext context)
          Checks if the current request is a postback
 void writeState(FacesContext context, Object state)
           
 void writeState(FacesContext context, StateManager.SerializedView state)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RENDER_KIT_ID_PARAM

public static final String RENDER_KIT_ID_PARAM
See Also:
Constant Field Values

VIEW_STATE_PARAM

public static final String VIEW_STATE_PARAM
See Also:
Constant Field Values
Constructor Detail

ResponseStateManager

public ResponseStateManager()
Method Detail

writeState

public void writeState(FacesContext context,
                       Object state)
                throws IOException
Throws:
IOException

writeState

public void writeState(FacesContext context,
                       StateManager.SerializedView state)
                throws IOException
Deprecated. 

Throws:
IOException

getState

public Object getState(FacesContext context,
                       String viewId)
Since:
1.2

getTreeStructureToRestore

public Object getTreeStructureToRestore(FacesContext context,
                                        String viewId)
Deprecated. 


getComponentStateToRestore

public Object getComponentStateToRestore(FacesContext context)
Deprecated. 


isPostback

public boolean isPostback(FacesContext context)
Checks if the current request is a postback

Since:
1.2


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.