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 javax.faces.render.ResponseStateManager
- Version:
- $Revision: 472618 $ $Date: 2006-11-08 21:06:54 +0100 (Mi, 08 Nov 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: grantsmith $)
Method Summary |
abstract void |
writeState(javax.faces.context.FacesContext facescontext,
javax.faces.application.StateManager.SerializedView serializedview)
Writes hidden form inputs with the state info to be saved. |
abstract void |
writeStateAsUrlParams(javax.faces.context.FacesContext facescontext,
javax.faces.application.StateManager.SerializedView serializedview)
Writes url parameters with the state info to be saved. |
Methods inherited from class javax.faces.render.ResponseStateManager |
getComponentStateToRestore, getTreeStructureToRestore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyfacesResponseStateManager
public MyfacesResponseStateManager()
writeState
public abstract void writeState(javax.faces.context.FacesContext facescontext,
javax.faces.application.StateManager.SerializedView serializedview)
throws java.io.IOException
- Writes hidden form inputs with the state info to be saved.
StateManager
delegates calls to StateManager.writeState(javax.faces.context.FacesContext, javax.faces.application.StateManager.SerializedView)
to this method.
- Specified by:
writeState
in class javax.faces.render.ResponseStateManager
- Throws:
java.io.IOException
writeStateAsUrlParams
public abstract void writeStateAsUrlParams(javax.faces.context.FacesContext facescontext,
javax.faces.application.StateManager.SerializedView serializedview)
throws java.io.IOException
- 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:
java.io.IOException
Copyright © 2011 Apache Software Foundation. All Rights Reserved.