Uses of Class
jakarta.faces.application.NavigationHandler
-
Packages that use NavigationHandler Package Description jakarta.faces.application -
-
Uses of NavigationHandler in jakarta.faces.application
Subclasses of NavigationHandler in jakarta.faces.application Modifier and Type Class Description class
ConfigurableNavigationHandler
class
ConfigurableNavigationHandlerWrapper
class
NavigationHandlerWrapper
Methods in jakarta.faces.application that return NavigationHandler Modifier and Type Method Description abstract NavigationHandler
Application. getNavigationHandler()
Return the
instance that will be passed the outcome returned by any invoked application action for this web application.NavigationHandler
NavigationHandler
ApplicationWrapper. getNavigationHandler()
NavigationHandler
NavigationHandlerWrapper. getWrapped()
Methods in jakarta.faces.application with parameters of type NavigationHandler Modifier and Type Method Description abstract 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 Constructor Description NavigationHandlerWrapper(NavigationHandler delegate)
-