javax.faces.view
Class StateManagementStrategy

java.lang.Object
  extended by javax.faces.view.StateManagementStrategy

public abstract class StateManagementStrategy
extends java.lang.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 $)

Constructor Summary
StateManagementStrategy()
           
 
Method Summary
abstract  UIViewRoot restoreView(FacesContext context, java.lang.String viewId, java.lang.String renderKitId)
           
abstract  java.lang.Object saveView(FacesContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateManagementStrategy

public StateManagementStrategy()
Method Detail

restoreView

public abstract UIViewRoot restoreView(FacesContext context,
                                       java.lang.String viewId,
                                       java.lang.String renderKitId)

saveView

public abstract java.lang.Object saveView(FacesContext context)


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.