org.apache.myfaces.application
Class MyfacesStateManager
java.lang.Object
javax.faces.application.StateManager
org.apache.myfaces.application.MyfacesStateManager
- Direct Known Subclasses:
- JspStateManagerImpl, PssJspStateManagerImpl
public abstract class MyfacesStateManager
- extends StateManager
- Version:
- $Revision: 472618 $ $Date: 2006-11-08 15:06:54 -0500 (Wed, 08 Nov 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: grantsmith $)
| 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.