javax.faces.view
Class StateManagementStrategy
java.lang.Object
javax.faces.view.StateManagementStrategy
public abstract class StateManagementStrategy
- extends Object
- Since:
- 2.0
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 © 2015 The Apache Software Foundation. All rights reserved.