Uses of Class
javax.faces.application.StateManager

Packages that use StateManager
javax.faces.application   
 

Uses of StateManager in javax.faces.application
 

Subclasses of StateManager in javax.faces.application
 class StateManagerWrapper
          see Javadoc of JSF Specification
 

Methods in javax.faces.application that return StateManager
abstract  StateManager Application.getStateManager()
          Return the StateManager instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
 StateManager ApplicationWrapper.getStateManager()
           
abstract  StateManager StateManagerWrapper.getWrapped()
           
 

Methods in javax.faces.application with parameters of type StateManager
abstract  void Application.setStateManager(StateManager manager)
          Set the StateManager instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
 void ApplicationWrapper.setStateManager(StateManager manager)
           
 



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