public class FlowStateManager
extends javax.faces.application.StateManagerWrapper
StateManager that manages ensures web flow's state is always stored server side.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 and Description |
|---|
FlowStateManager(javax.faces.application.StateManager wrapped) |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.application.StateManager |
getWrapped() |
boolean |
isSavingStateInClient(javax.faces.context.FacesContext context) |
public FlowStateManager(javax.faces.application.StateManager wrapped)
public javax.faces.application.StateManager getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.StateManager>getWrapped in class javax.faces.application.StateManagerWrapperpublic boolean isSavingStateInClient(javax.faces.context.FacesContext context)
isSavingStateInClient in class javax.faces.application.StateManagerWrapper