java.lang.Objectjavax.faces.application.StateManager
javax.faces.application.StateManagerWrapper
Provides a simple implementation of StateManager that can be subclassed by developers wishing to provide specialized behavior to an existing StateManager instance. The default implementation of all methods is to call through to the wrapped StateManager .
Usage: extend this class and override #getWrapped to return the instance we are wrapping.
1.2 - | Fields inherited from javax.faces.application.StateManager: |
|---|
| STATE_SAVING_METHOD_PARAM_NAME, STATE_SAVING_METHOD_CLIENT, STATE_SAVING_METHOD_SERVER |
| Method from javax.faces.application.StateManagerWrapper Summary: |
|---|
| getComponentStateToSave, getTreeStructureToSave, getWrapped, isSavingStateInClient, restoreComponentState, restoreTreeStructure, restoreView, saveSerializedView, saveView, writeState, writeState |
| Methods from javax.faces.application.StateManager: |
|---|
| getComponentStateToSave, getTreeStructureToSave, isSavingStateInClient, restoreComponentState, restoreTreeStructure, restoreView, saveSerializedView, saveView, writeState, writeState |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.faces.application.StateManagerWrapper Detail: |
|---|
The default behavior of this method is to call StateManager#getComponentStateToSave(javax.faces.context.FacesContext) on the wrapped StateManager object. |
The default behavior of this method is to call StateManager#getTreeStructureToSave(javax.faces.context.FacesContext) on the wrapped StateManager object. |
|
The default behavior of this method is to call StateManager#isSavingStateInClient(javax.faces.context.FacesContext) on the wrapped StateManager object. |
The default behavior of this method is to call StateManager#restoreComponentState(javax.faces.context.FacesContext, javax.faces.component.UIViewRoot, String) on the wrapped StateManager object. |
The default behavior of this method is to call StateManager#restoreTreeStructure(javax.faces.context.FacesContext, String, String) on the wrapped StateManager object. |
The default behavior of this method is to call StateManager#restoreView(javax.faces.context.FacesContext, String, String) on the wrapped StateManager object. |
The default behavior of this method is to call StateManager#saveSerializedView(javax.faces.context.FacesContext) on the wrapped StateManager object. |
The default behavior of this method is to call StateManager#saveView(javax.faces.context.FacesContext) on the wrapped StateManager object. |
The default behavior of this method is to call StateManager#writeState(javax.faces.context.FacesContext, java.lang.Object) on the wrapped StateManager object. |
The default behavior of this method is to call StateManager#writeState(javax.faces.context.FacesContext, javax.faces.application.StateManager.SerializedView) on the wrapped StateManager object. |