Uses of Class
javax.faces.application.StateManager.SerializedView

Packages that use StateManager.SerializedView
javax.faces.application   
javax.faces.render   
 

Uses of StateManager.SerializedView in javax.faces.application
 

Methods in javax.faces.application that return StateManager.SerializedView
abstract  StateManager.SerializedView StateManager.saveSerializedView(FacesContext context)
          Invokes getTreeStructureToSave and getComponentStateToSave, then return an object that wraps the two resulting objects.
 

Methods in javax.faces.application with parameters of type StateManager.SerializedView
abstract  void StateManager.writeState(FacesContext context, StateManager.SerializedView state)
          Associate the provided state object with the current response being generated.
 

Uses of StateManager.SerializedView in javax.faces.render
 

Methods in javax.faces.render with parameters of type StateManager.SerializedView
abstract  void ResponseStateManager.writeState(FacesContext context, StateManager.SerializedView state)
           
 



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