org.apache.myfaces.tobago.renderkit
Class TobagoResponseStateManager

java.lang.Object
  extended by javax.faces.render.ResponseStateManager
      extended by org.apache.myfaces.tobago.renderkit.TobagoResponseStateManager

public class TobagoResponseStateManager
extends ResponseStateManager

Created by IntelliJ IDEA. User: bommel Date: 21.05.2006 Time: 10:59:19 To change this template use File | Settings | File Templates.


Constructor Summary
TobagoResponseStateManager()
           
 
Method Summary
 Object getComponentStateToRestore(FacesContext facesContext)
           
 Object getTreeStructureToRestore(FacesContext facescontext, String viewId)
           
 void writeState(FacesContext facescontext, StateManager.SerializedView serializedview)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TobagoResponseStateManager

public TobagoResponseStateManager()
Method Detail

getTreeStructureToRestore

public Object getTreeStructureToRestore(FacesContext facescontext,
                                        String viewId)
Specified by:
getTreeStructureToRestore in class ResponseStateManager

getComponentStateToRestore

public Object getComponentStateToRestore(FacesContext facesContext)
Specified by:
getComponentStateToRestore in class ResponseStateManager

writeState

public void writeState(FacesContext facescontext,
                       StateManager.SerializedView serializedview)
                throws IOException
Specified by:
writeState in class ResponseStateManager
Throws:
IOException


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.