javax.faces.view
Class StateManagementStrategy
java.lang.Object
javax.faces.view.StateManagementStrategy
public abstract class StateManagementStrategy
- extends Object
- Since:
- 2.0
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $
- Author:
- Simon Lessard (latest modification by $Author: bommel $)
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 © 2014 The Apache Software Foundation. All Rights Reserved.