| Package | Description | 
|---|---|
| jakarta.faces.application | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConfigurableNavigationHandler
 ConfigurableNavigationHandler extends the contract of
   | 
class  | 
ConfigurableNavigationHandlerWrapper
 Provides a simple implementation of   | 
class  | 
NavigationHandlerWrapper
 NavigationHandlerWrapper provides a simple implementation of
   | 
| Modifier and Type | Method and Description | 
|---|---|
NavigationHandler | 
ApplicationWrapper.getNavigationHandler()
 The default behavior of this method is to call   | 
abstract NavigationHandler | 
Application.getNavigationHandler()
 Return the  
NavigationHandler 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)
 The default behavior of this method is to call   | 
abstract void | 
Application.setNavigationHandler(NavigationHandler handler)
 Set the  
NavigationHandler instance that will be passed the outcome returned by any invoked application action
 for this web application. | 
| Constructor and Description | 
|---|
NavigationHandlerWrapper(NavigationHandler wrapped)
If this navigation handler 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.