javax.faces.view
Class StateManagementStrategy
java.lang.Object
javax.faces.view.StateManagementStrategy
public abstract class StateManagementStrategy
- extends Object
- Since:
- 2.0
- Version:
- $Revision: 696523 $ $Date: 2009-03-21 09:32:04 -0400 (mer., 17 sept. 2008) $
- Author:
- Simon Lessard (latest modification by $Author: slessard $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StateManagementStrategy
public StateManagementStrategy()
restoreView
public abstract UIViewRoot restoreView(FacesContext context,
String viewId,
String renderKitId)
saveView
public abstract Object saveView(FacesContext context)
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.