| Package | Description | 
|---|---|
| jakarta.faces.application | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StateManagerWrapper
 Provides a simple implementation of  
StateManager that can be
 subclassed by developers wishing to provide specialized behavior to an existing StateManager instance. | 
| Modifier and Type | Method and Description | 
|---|---|
StateManager | 
ApplicationWrapper.getStateManager()
 The default behavior of this method is to call   | 
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 | 
StateManagerWrapper.getWrapped()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ApplicationWrapper.setStateManager(StateManager manager)
 The default behavior of this method is to call
   | 
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. | 
| Constructor and 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.  | 
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.