Uses of Class
jakarta.faces.application.ConfigurableNavigationHandler
Packages that use ConfigurableNavigationHandler
Package
Description
APIs that are used to link an application's
business logic objects to Jakarta Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on Jakarta Faces.
-
Uses of ConfigurableNavigationHandler in com.sun.faces.application
Subclasses of ConfigurableNavigationHandler in com.sun.faces.applicationModifier and TypeClassDescriptionclassNavigationHandlerImpl is the class that implements default navigation handling. -
Uses of ConfigurableNavigationHandler in jakarta.faces.application
Subclasses of ConfigurableNavigationHandler in jakarta.faces.applicationModifier and TypeClassDescriptionclassProvides a simple implementation ofConfigurableNavigationHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandlerinstance.Methods in jakarta.faces.application that return ConfigurableNavigationHandlerConstructors in jakarta.faces.application with parameters of type ConfigurableNavigationHandlerModifierConstructorDescriptionIf this configurable navigation handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.