| Package | Description | 
|---|---|
| javax.faces.application | APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces. | 
| javax.faces.render | Classes 
    and interfaces
defining the rendering model. | 
| Modifier and Type | Method and Description | 
|---|---|
| StateManager.SerializedView | StateManagerWrapper. saveSerializedView(FacesContext context)The default behavior of this method is to
 call  StateManager.saveSerializedView(javax.faces.context.FacesContext)on the wrappedStateManagerobject. | 
| StateManager.SerializedView | StateManager. saveSerializedView(FacesContext context)Deprecated. 
 this has been replaced by  StateManager.saveView(javax.faces.context.FacesContext).  The
 default implementation callssaveViewand inspects the 
 return.  If the return is anObject [], it casts the
 result to anObject []wrapping the first and second
 elements in an instance ofStateManager.SerializedView, which it then
 returns.  Otherwise, it returnsnull | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StateManagerWrapper. writeState(FacesContext context,
          StateManager.SerializedView state)The default behavior of this method is to
 call  StateManager.writeState(javax.faces.context.FacesContext, javax.faces.application.StateManager.SerializedView)on the wrappedStateManagerobject. | 
| void | StateManager. writeState(FacesContext context,
          StateManager.SerializedView state)Deprecated. 
 This method has been replaced by  StateManager.writeState(javax.faces.context.FacesContext,java.lang.Object).
             The default implementation calls the non-deprecated variant
 of the method passing anObject []as the second
 argument, where the first element of the array is the return fromgetStructure()and the second is the return fromgetState()on the argumentstate. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ResponseStateManager. writeState(FacesContext context,
          StateManager.SerializedView state)Deprecated. 
 This method has been replaced by  ResponseStateManager.writeState(javax.faces.context.FacesContext,java.lang.Object).
 The default implementation creates a two elementObjectarray with the first element being the return
 from callinggetStructure(), and the second
 being the return fromgetState().  It then
 passes thisObjectarray toResponseStateManager.writeState(javax.faces.context.FacesContext, java.lang.Object). | 
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.