Uses of Class
javax.faces.view.StateManagementStrategy

Packages that use StateManagementStrategy
javax.faces.view

Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. 

 

Uses of StateManagementStrategy in javax.faces.view
 

Methods in javax.faces.view that return StateManagementStrategy
abstract  StateManagementStrategy ViewDeclarationLanguage.getStateManagementStrategy(FacesContext context, java.lang.String viewId)
          

For implementations that want to control the implementation of state saving and restoring, the StateManagementStrategy allows them to do so.

abstract  StateManagementStrategy ViewDeclarationLanguage.getStateManagementStrategy(FacesContext context, java.lang.String viewId)
          

For implementations that want to control the implementation of state saving and restoring, the StateManagementStrategy allows them to do so.

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.