| Package | Description | 
|---|---|
| jakarta.faces.application | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StateManagerWrappersee Javadoc of JSF Specification | 
| Modifier and Type | Method and Description | 
|---|---|
| StateManager | ApplicationWrapper. getStateManager() | 
| abstract StateManager | Application. getStateManager()Return the  StateManagerinstance 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) | 
| abstract void | Application. setStateManager(StateManager manager)Set the  StateManagerinstance that will be utilized during theRestore View and Render Response
 phases of the request processing lifecycle. | 
| Constructor and Description | 
|---|
| StateManagerWrapper(StateManager delegate) | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.