org.apache.myfaces.renderkit
Class MyfacesResponseStateManager
java.lang.Object
javax.faces.render.ResponseStateManager
org.apache.myfaces.renderkit.MyfacesResponseStateManager
- Direct Known Subclasses:
- HtmlResponseStateManager
public abstract class MyfacesResponseStateManager
- extends ResponseStateManager
- Version:
- $Revision: 684465 $ $Date: 2008-08-10 06:38:21 -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 |
MyfacesResponseStateManager
public MyfacesResponseStateManager()
writeStateAsUrlParams
public void writeStateAsUrlParams(FacesContext facescontext,
StateManager.SerializedView serializedview)
throws IOException
- Deprecated.
- Writes url parameters with the state info to be saved.
MyfacesStateManager delegates calls to
StateManager.writeState(javax.faces.context.FacesContext, javax.faces.application.StateManager.SerializedView) to this method.
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.