Uses of Class
jakarta.faces.application.StateManager
-
Packages that use StateManager Package Description com.sun.faces.application com.sun.faces.application.applicationimpl com.sun.faces.util jakarta.faces.application -
-
Uses of StateManager in com.sun.faces.application
Subclasses of StateManager in com.sun.faces.application Modifier and Type Class Description classStateManagerImplAStateManagerimplementation to meet the requirements of the specification.Methods in com.sun.faces.application that return StateManager Modifier and Type Method Description StateManagerApplicationImpl. getStateManager()Methods in com.sun.faces.application with parameters of type StateManager Modifier and Type Method Description voidApplicationImpl. setStateManager(StateManager stateManager) -
Uses of StateManager in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return StateManager Modifier and Type Method Description StateManagerSingletons. getStateManager()Methods in com.sun.faces.application.applicationimpl with parameters of type StateManager Modifier and Type Method Description voidSingletons. setStateManager(StateManager stateManager) -
Uses of StateManager in com.sun.faces.util
Methods in com.sun.faces.util that return StateManager Modifier and Type Method Description static StateManagerUtil. getStateManager(FacesContext context) -
Uses of StateManager in jakarta.faces.application
Subclasses of StateManager in jakarta.faces.application Modifier and Type Class Description classStateManagerWrapperProvides a simple implementation ofStateManagerthat can be subclassed by developers wishing to provide specialized behavior to an existingStateManagerinstance.Methods in jakarta.faces.application that return StateManager Modifier and Type Method Description abstract StateManagerApplication. getStateManager()Return theStateManagerinstance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.StateManagerApplicationWrapper. getStateManager()The default behavior of this method is to callApplication.getStateManager()on the wrappedApplicationobject.StateManagerStateManagerWrapper. getWrapped()Methods in jakarta.faces.application with parameters of type StateManager Modifier and Type Method Description abstract voidApplication. setStateManager(StateManager manager)Set theStateManagerinstance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.voidApplicationWrapper. setStateManager(StateManager manager)The default behavior of this method is to callApplication.setStateManager(StateManager)on the wrappedApplicationobject.Constructors in jakarta.faces.application with parameters of type StateManager Constructor Description StateManagerWrapper(StateManager wrapped)If this state manager has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-