org.apache.myfaces.renderkit
public abstract class MyfacesResponseStateManager extends ResponseStateManager
Version: $Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $
Method Summary | |
---|---|
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. |
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. |