Uses of Class
jakarta.faces.application.NavigationHandler
-
Packages that use NavigationHandler Package Description com.sun.faces.application com.sun.faces.application.applicationimpl jakarta.faces.application -
-
Uses of NavigationHandler in com.sun.faces.application
Subclasses of NavigationHandler in com.sun.faces.application Modifier and Type Class Description classNavigationHandlerImplNavigationHandlerImpl is the class that implements default navigation handling.Methods in com.sun.faces.application that return NavigationHandler Modifier and Type Method Description NavigationHandlerApplicationImpl. getNavigationHandler()Methods in com.sun.faces.application with parameters of type NavigationHandler Modifier and Type Method Description voidApplicationImpl. setNavigationHandler(NavigationHandler navigationHandler) -
Uses of NavigationHandler in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return NavigationHandler Modifier and Type Method Description NavigationHandlerSingletons. getNavigationHandler()Methods in com.sun.faces.application.applicationimpl with parameters of type NavigationHandler Modifier and Type Method Description voidSingletons. setNavigationHandler(NavigationHandler navigationHandler) -
Uses of NavigationHandler in jakarta.faces.application
Subclasses of NavigationHandler in jakarta.faces.application Modifier and Type Class Description classConfigurableNavigationHandlerConfigurableNavigationHandler extends the contract ofNavigationHandlerto allow runtime inspection of theNavigationCases that make up the rule-base for navigation.classConfigurableNavigationHandlerWrapperProvides a simple implementation ofConfigurableNavigationHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandlerinstance.classNavigationHandlerWrapperNavigationHandlerWrapper provides a simple implementation ofNavigationHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingNavigationHandlerinstance.Methods in jakarta.faces.application that return NavigationHandler Modifier and Type Method Description abstract NavigationHandlerApplication. getNavigationHandler()Return theNavigationHandlerinstance that will be passed the outcome returned by any invoked application action for this web application.NavigationHandlerApplicationWrapper. getNavigationHandler()The default behavior of this method is to callApplication.getNavigationHandler()on the wrappedApplicationobject.NavigationHandlerNavigationHandlerWrapper. getWrapped()Methods in jakarta.faces.application with parameters of type NavigationHandler Modifier and Type Method Description abstract voidApplication. setNavigationHandler(NavigationHandler handler)Set theNavigationHandlerinstance that will be passed the outcome returned by any invoked application action for this web application.voidApplicationWrapper. setNavigationHandler(NavigationHandler handler)The default behavior of this method is to callApplication.setNavigationHandler(NavigationHandler)on the wrappedApplicationobject.Constructors in jakarta.faces.application with parameters of type NavigationHandler Constructor 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.
-