public abstract class MyfacesResponseStateManager extends ResponseStateManager
CLIENT_WINDOW_PARAM, CLIENT_WINDOW_URL_PARAM, NON_POSTBACK_VIEW_TOKEN_PARAM, RENDER_KIT_ID_PARAM, VIEW_STATE_PARAM| Constructor and Description | 
|---|
| MyfacesResponseStateManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isWriteStateAfterRenderViewRequired(FacesContext facesContext)Indicates if the call to ResponseStateManager.writeState should be done after the view is fully rendered. | 
| void | saveState(FacesContext facesContext,
         Object state)Execute additional operations like save the state on a cache when server
 side state saving is used. | 
getComponentStateToRestore, getCryptographicallyStrongTokenFromSession, getState, getTreeStructureToRestore, getViewState, isPostback, isStateless, writeState, writeStatepublic void saveState(FacesContext facesContext, Object state)
public boolean isWriteStateAfterRenderViewRequired(FacesContext facesContext)
facesContext - Copyright © 2025 The Apache Software Foundation. All rights reserved.