org.apache.myfaces.renderkit

Class MyfacesResponseStateManager

Known Direct Subclasses:
HtmlResponseStateManager

public abstract class MyfacesResponseStateManager
extends ResponseStateManager

Version:
$Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $
Author:
Manfred Geiler (latest modification by $Author: matze $)

Method Summary

abstract void
writeState(FacesContext facescontext, StateManager.SerializedView serializedview)
Writes hidden form inputs with the state info to be saved.
abstract void
writeStateAsUrlParams(FacesContext facescontext, StateManager.SerializedView serializedview)
Writes url parameters with the state info to be saved.

Method Details

writeState

public abstract void writeState(FacesContext facescontext,
                                StateManager.SerializedView serializedview)
            throws IOException
Writes hidden form inputs with the state info to be saved. StateManager delegates calls to javax.faces.application.StateManager.writeState to this method.

writeStateAsUrlParams

public abstract void writeStateAsUrlParams(FacesContext facescontext,
                                           StateManager.SerializedView serializedview)
            throws IOException
Writes url parameters with the state info to be saved. MyfacesStateManager delegates calls to MyfacesStateManager to this method.