| Package | Description | 
|---|---|
| jakarta.faces.application | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConfigurableNavigationHandler | 
| class  | ConfigurableNavigationHandlerWrapper | 
| class  | NavigationHandlerWrapper | 
| Modifier and Type | Method and Description | 
|---|---|
| NavigationHandler | ApplicationWrapper. getNavigationHandler() | 
| abstract NavigationHandler | Application. getNavigationHandler()Return the  instance that will be passed the outcome returned by any
 invoked application action for this web application. | 
| NavigationHandler | NavigationHandlerWrapper. getWrapped() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ApplicationWrapper. setNavigationHandler(NavigationHandler handler) | 
| abstract void | Application. setNavigationHandler(NavigationHandler handler)Set the  NavigationHandlerinstance that will be passed the outcome returned by any invoked application
 action for this web application. | 
| Constructor and Description | 
|---|
| NavigationHandlerWrapper(NavigationHandler delegate) | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.