org.apache.myfaces.application
Class MyfacesStateManager
java.lang.Object
javax.faces.application.StateManager
org.apache.myfaces.application.MyfacesStateManager
- Direct Known Subclasses:
- JspStateManagerImpl
public abstract class MyfacesStateManager
- extends StateManager
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: bommel $)
Methods inherited from class javax.faces.application.StateManager |
getComponentStateToSave, getTreeStructureToSave, getViewState, isSavingStateInClient, 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 |
MyfacesStateManager
public MyfacesStateManager()
writeStateAsUrlParams
public abstract void writeStateAsUrlParams(FacesContext facesContext,
StateManager.SerializedView serializedView)
throws IOException
- Writes url parameters with the state info to be saved.
For every url state marker this method is called once from
ViewTag.doAfterBody()
.
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.