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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.UseNavigationHandlerWrapperinstead.classNavigationHandlerWrapper provides a simple implementation ofNavigationHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingNavigationHandlerinstance.Classes in jakarta.faces.application that implement interfaces with type arguments of type NavigationHandlerModifier and TypeClassDescriptionclassNavigationHandlerWrapper 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 NavigationHandlerModifier and TypeMethodDescriptionabstract NavigationHandlerApplication.getNavigationHandler()Return theNavigationHandlerinstance 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 wrappedApplicationobject.NavigationHandlerWrapper.getWrapped()Methods in jakarta.faces.application with parameters of type NavigationHandlerModifier and TypeMethodDescriptionabstract 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 NavigationHandlerModifierConstructorDescriptionIf this navigation handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
NavigationHandlerinstead.