Uses of Class
javax.faces.application.NavigationHandler
-
Packages that use NavigationHandler Package Description javax.faces.application -
-
Uses of NavigationHandler in javax.faces.application
Subclasses of NavigationHandler in javax.faces.application Modifier and Type Class Description class
ConfigurableNavigationHandler
class
ConfigurableNavigationHandlerWrapper
class
NavigationHandlerWrapper
Methods in javax.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 javax.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 javax.faces.application with parameters of type NavigationHandler Constructor Description NavigationHandlerWrapper(NavigationHandler delegate)
-