org.apache.myfaces.renderkit
Class MyfacesResponseStateManager
java.lang.Object
   javax.faces.render.ResponseStateManager
javax.faces.render.ResponseStateManager
       org.apache.myfaces.renderkit.MyfacesResponseStateManager
org.apache.myfaces.renderkit.MyfacesResponseStateManager
- Direct Known Subclasses: 
- HtmlResponseStateManager
- public abstract class MyfacesResponseStateManager 
- extends javax.faces.render.ResponseStateManager
- Version:
- $Revision: 472618 $ $Date: 2006-11-08 15:06:54 -0500 (Wed, 08 Nov 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: grantsmith $)
 
| Method Summary | 
| 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.
 | 
 
| Methods inherited from class javax.faces.render.ResponseStateManager | 
| getComponentStateToRestore, getTreeStructureToRestore | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MyfacesResponseStateManager
public MyfacesResponseStateManager()
writeState
public abstract void writeState(javax.faces.context.FacesContext facescontext,
                                javax.faces.application.StateManager.SerializedView serializedview)
                         throws java.io.IOException
- Writes hidden form inputs with the state info to be saved.
 StateManagerdelegates calls toStateManager.writeState(javax.faces.context.FacesContext, javax.faces.application.StateManager.SerializedView)to this method.
 
- 
- Specified by:
- writeStatein class- javax.faces.render.ResponseStateManager
 
- 
- Throws:
- java.io.IOException
 
writeStateAsUrlParams
public abstract void writeStateAsUrlParams(javax.faces.context.FacesContext facescontext,
                                           javax.faces.application.StateManager.SerializedView serializedview)
                                    throws java.io.IOException
- Writes url parameters with the state info to be saved.
 MyfacesStateManagerdelegates calls toStateManager.writeState(javax.faces.context.FacesContext, javax.faces.application.StateManager.SerializedView)to this method.
 
- 
- Throws:
- java.io.IOException
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.