org.apache.myfaces.application
Class StateManagerImpl
java.lang.Object
javax.faces.application.StateManager
org.apache.myfaces.application.StateManagerImpl
public class StateManagerImpl
- extends StateManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StateManagerImpl
public StateManagerImpl()
getComponentStateToSave
protected Object getComponentStateToSave(FacesContext facesContext)
- Overrides:
getComponentStateToSave
in class StateManager
getTreeStructureToSave
protected Object getTreeStructureToSave(FacesContext facesContext)
- Return an object which contains info about the UIComponent type
of each node in the view tree. This allows an identical UIComponent
tree to be recreated later, though all the components will have
just default values for their members.
- Overrides:
getTreeStructureToSave
in class StateManager
restoreView
public UIViewRoot restoreView(FacesContext facesContext,
String viewId,
String renderKitId)
- Specified by:
restoreView
in class StateManager
saveView
public Object saveView(FacesContext facesContext)
- Wrap the original method and redirect to VDL StateManagementStrategy when
necessary
- Overrides:
saveView
in class StateManager
writeState
public void writeState(FacesContext facesContext,
Object state)
throws IOException
- Overrides:
writeState
in class StateManager
- Throws:
IOException
getRenderKitFactory
protected RenderKitFactory getRenderKitFactory()
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.