Uses of Class
jakarta.faces.application.StateManager
-
Uses of StateManager in jakarta.faces.application
Modifier and TypeClassDescriptionclass
Provides a simple implementation ofStateManager
that can be subclassed by developers wishing to provide specialized behavior to an existingStateManager
instance.Modifier and TypeMethodDescriptionabstract StateManager
Application.getStateManager()
Return theStateManager
instance 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 wrappedApplication
object.StateManagerWrapper.getWrapped()
Modifier and TypeMethodDescriptionabstract void
Application.setStateManager
(StateManager manager) Set theStateManager
instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.void
ApplicationWrapper.setStateManager
(StateManager manager) The default behavior of this method is to callApplication.setStateManager(StateManager)
on the wrappedApplication
object.ModifierConstructorDescriptionStateManagerWrapper
(StateManager wrapped) If this state manager has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.