Uses of Class
javax.faces.application.StateManager
-
Packages that use StateManager Package Description javax.faces.application -
-
Uses of StateManager in javax.faces.application
Subclasses of StateManager in javax.faces.application Modifier and Type Class Description class
StateManagerWrapper
see Javadoc of JSF SpecificationMethods in javax.faces.application that return StateManager Modifier and Type Method Description abstract StateManager
Application. getStateManager()
Return theStateManager
instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.StateManager
ApplicationWrapper. getStateManager()
StateManager
StateManagerWrapper. getWrapped()
Methods in javax.faces.application with parameters of type StateManager Modifier and Type Method Description abstract void
Application. setStateManager(StateManager manager)
Set theStateManager
instance that will be utilized during theRestore View and Render Response
phases of the request processing lifecycle.void
ApplicationWrapper. setStateManager(StateManager manager)
Constructors in javax.faces.application with parameters of type StateManager Constructor Description StateManagerWrapper(StateManager delegate)
-