org.apache.myfaces.application
Class MyfacesStateManager
StateManager
org.apache.myfaces.application.MyfacesStateManager
public abstract class MyfacesStateManager
extends StateManager
$Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $- Manfred Geiler (latest modification by $Author: matze $)
abstract void | writeStateAsUrlParams(FacesContext facesContext, SerializedView serializedView) - Writes url parameters with the state info to be saved.
|
writeStateAsUrlParams
public abstract void writeStateAsUrlParams(FacesContext facesContext,
SerializedView serializedView)
throws IOException
Writes url parameters with the state info to be saved.
For every url state marker this method is called once from
ViewTag.doAfterBody()
.