org.apache.myfaces.renderkit

Class MyfacesResponseStateManager

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 voidwriteState(FacesContext facescontext, SerializedView serializedview)
Writes hidden form inputs with the state info to be saved. StateManager delegates calls to javax.faces.application.StateManager#writeState to this method.
abstract voidwriteStateAsUrlParams(FacesContext facescontext, SerializedView serializedview)
Writes url parameters with the state info to be saved. MyfacesStateManager delegates calls to MyfacesStateManager to this method.

Method Detail

writeState

public abstract void writeState(FacesContext facescontext, SerializedView serializedview)
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, SerializedView serializedview)
Writes url parameters with the state info to be saved. MyfacesStateManager delegates calls to MyfacesStateManager to this method.