|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.application.StateManager
javax.faces.application.StateManagerWrapper
org.springframework.faces.webflow.FlowStateManager
public class FlowStateManager
Custom StateManager that manages ensures web flow's state is always stored server side.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.faces.application.StateManager |
|---|
javax.faces.application.StateManager.SerializedView |
| Field Summary |
|---|
| Fields inherited from class javax.faces.application.StateManager |
|---|
FULL_STATE_SAVING_VIEW_IDS_PARAM_NAME, IS_BUILDING_INITIAL_STATE, IS_SAVING_STATE, PARTIAL_STATE_SAVING_PARAM_NAME, STATE_SAVING_METHOD_CLIENT, STATE_SAVING_METHOD_PARAM_NAME, STATE_SAVING_METHOD_SERVER |
| Constructor Summary | |
|---|---|
FlowStateManager(javax.faces.application.StateManager wrapped)
|
|
| Method Summary | |
|---|---|
javax.faces.application.StateManager |
getWrapped()
|
boolean |
isSavingStateInClient(javax.faces.context.FacesContext context)
|
| Methods inherited from class javax.faces.application.StateManagerWrapper |
|---|
getComponentStateToSave, getTreeStructureToSave, getViewState, restoreComponentState, restoreTreeStructure, restoreView, saveSerializedView, saveView, writeState, writeState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlowStateManager(javax.faces.application.StateManager wrapped)
| Method Detail |
|---|
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
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||