java.lang.Object
jakarta.faces.application.StateManager
com.sun.faces.application.StateManagerImpl
 A StateManager implementation to meet the requirements of the specification.
 
- 
Field Summary
Fields inherited from class jakarta.faces.application.StateManager
FULL_STATE_SAVING_VIEW_IDS_PARAM_NAME, IS_BUILDING_INITIAL_STATE, IS_SAVING_STATE, PARTIAL_STATE_SAVING_PARAM_NAME, SERIALIZE_SERVER_STATE_PARAM_NAME, STATE_SAVING_METHOD_CLIENT, STATE_SAVING_METHOD_PARAM_NAME, STATE_SAVING_METHOD_SERVER - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidwriteState(FacesContext context, Object state) Write out the state.Methods inherited from class jakarta.faces.application.StateManager
getViewState, isSavingStateInClient 
- 
Constructor Details
- 
StateManagerImpl
public StateManagerImpl() 
 - 
 - 
Method Details
- 
writeState
Write out the state.- Overrides:
 writeStatein classStateManager- Parameters:
 context- the Faces context.state- the state.- Throws:
 IOException- when an I/O error occurs.
 
 -