Uses of Class
jakarta.faces.application.NavigationHandler
-
Uses of NavigationHandler in jakarta.faces.application
Modifier and TypeClassDescriptionclass
ConfigurableNavigationHandler extends the contract ofNavigationHandler
to allow runtime inspection of theNavigationCase
s that make up the rule-base for navigation.class
Provides a simple implementation ofConfigurableNavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandler
instance.class
NavigationHandlerWrapper provides a simple implementation ofNavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingNavigationHandler
instance.Modifier and TypeMethodDescriptionabstract NavigationHandler
Application.getNavigationHandler()
Return theNavigationHandler
instance that will be passed the outcome returned by any invoked application action for this web application.ApplicationWrapper.getNavigationHandler()
The default behavior of this method is to callApplication.getNavigationHandler()
on the wrappedApplication
object.NavigationHandlerWrapper.getWrapped()
Modifier and TypeMethodDescriptionabstract void
Application.setNavigationHandler
(NavigationHandler handler) Set theNavigationHandler
instance that will be passed the outcome returned by any invoked application action for this web application.void
ApplicationWrapper.setNavigationHandler
(NavigationHandler handler) The default behavior of this method is to callApplication.setNavigationHandler(NavigationHandler)
on the wrappedApplication
object.ModifierConstructorDescriptionIf this navigation handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.