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: 684459 $ $Date: 2008-08-10 06:13:56 -0500 (Sun, 10 Aug 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: skitching $)
| 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.