public abstract class MyfacesResponseStateManager
extends javax.faces.render.ResponseStateManager
Constructor and Description |
---|
MyfacesResponseStateManager() |
Modifier and Type | Method and Description |
---|---|
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.
|
public abstract void writeState(javax.faces.context.FacesContext facescontext, javax.faces.application.StateManager.SerializedView serializedview) throws IOException
StateManager
delegates calls to StateManager.writeState(javax.faces.context.FacesContext, javax.faces.application.StateManager.SerializedView)
to this method.writeState
in class javax.faces.render.ResponseStateManager
IOException
public abstract void writeStateAsUrlParams(javax.faces.context.FacesContext facescontext, javax.faces.application.StateManager.SerializedView serializedview) throws IOException
MyfacesStateManager
delegates calls to
StateManager.writeState(javax.faces.context.FacesContext, javax.faces.application.StateManager.SerializedView)
to this method.IOException
Copyright © 2013 Apache Software Foundation. All Rights Reserved.