Uses of Class
jakarta.faces.application.NavigationHandler
Packages that use NavigationHandler
-
Uses of NavigationHandler in jakarta.faces.application
Subclasses of NavigationHandler in jakarta.faces.applicationModifier and TypeClassDescriptionclass
class
class
Methods in jakarta.faces.application that return NavigationHandlerModifier and TypeMethodDescriptionabstract NavigationHandler
Application.getNavigationHandler()
Return the
instance that will be passed the outcome returned by any invoked application action for this web application.NavigationHandler
ApplicationWrapper.getNavigationHandler()
NavigationHandlerWrapper.getWrapped()
Methods in jakarta.faces.application with parameters of type NavigationHandlerModifier 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) Constructors in jakarta.faces.application with parameters of type NavigationHandler