Uses of Class
jakarta.faces.application.StateManager
Packages that use StateManager
-
Uses of StateManager in jakarta.faces.application
Subclasses of StateManager in jakarta.faces.applicationModifier and TypeClassDescriptionclassProvides a simple implementation ofStateManagerthat can be subclassed by developers wishing to provide specialized behavior to an existingStateManagerinstance.Methods in jakarta.faces.application that return StateManagerModifier and TypeMethodDescriptionabstract StateManagerApplication.getStateManager()Return theStateManagerinstance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.ApplicationWrapper.getStateManager()The default behavior of this method is to callApplication.getStateManager()on the wrappedApplicationobject.StateManagerWrapper.getWrapped()Methods in jakarta.faces.application with parameters of type StateManagerModifier and TypeMethodDescriptionabstract 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 StateManagerModifierConstructorDescriptionStateManagerWrapper(StateManager wrapped) If this state manager has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.