| 
JSF-Spring | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.application.StateManager
de.mindmatters.faces.application.AbstractViewBuildingStateManager
de.mindmatters.faces.application.OptimizedStateManager
public final class OptimizedStateManager
OptimizedStateManager saves and restores the state of the component tree.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class javax.faces.application.StateManager | 
|---|
StateManager.SerializedView | 
| Field Summary | 
|---|
| Fields inherited from class javax.faces.application.StateManager | 
|---|
STATE_SAVING_METHOD_CLIENT, STATE_SAVING_METHOD_PARAM_NAME, STATE_SAVING_METHOD_SERVER | 
| Constructor Summary | |
|---|---|
OptimizedStateManager(StateManager delegate)
Creates an OptimizedStateManager with the given state manager delegate of the underlying JSF implementation. | 
|
| Method Summary | |
|---|---|
protected  java.lang.Object | 
getComponentStateToSave(FacesContext context)
 | 
protected  void | 
restoreComponentState(FacesContext context,
                      UIViewRoot viewRoot,
                      java.lang.String renderKitId)
 | 
| Methods inherited from class de.mindmatters.faces.application.AbstractViewBuildingStateManager | 
|---|
getTreeStructureToSave, restoreTreeStructure, restoreView, saveSerializedView, writeState | 
| Methods inherited from class javax.faces.application.StateManager | 
|---|
isSavingStateInClient | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OptimizedStateManager(StateManager delegate)
delegate of the underlying JSF implementation.
delegate - the original state manager of the underlying JSF
            implementation| Method Detail | 
|---|
protected java.lang.Object getComponentStateToSave(FacesContext context)
getComponentStateToSave in class StateManager
protected void restoreComponentState(FacesContext context,
                                     UIViewRoot viewRoot,
                                     java.lang.String renderKitId)
restoreComponentState in class StateManager
  | 
JSF-Spring | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||