Uses of Class
jakarta.faces.application.ConfigurableNavigationHandler
-
Packages that use ConfigurableNavigationHandler Package Description com.sun.faces.application jakarta.faces.application 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.application Modifier and Type Class Description classNavigationHandlerImplNavigationHandlerImpl is the class that implements default navigation handling. -
Uses of ConfigurableNavigationHandler in jakarta.faces.application
Subclasses of ConfigurableNavigationHandler in jakarta.faces.application Modifier and Type Class Description classConfigurableNavigationHandlerWrapperProvides a simple implementation ofConfigurableNavigationHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandlerinstance.Methods in jakarta.faces.application that return ConfigurableNavigationHandler Modifier and Type Method Description ConfigurableNavigationHandlerConfigurableNavigationHandlerWrapper. getWrapped()Constructors in jakarta.faces.application with parameters of type ConfigurableNavigationHandler Constructor Description ConfigurableNavigationHandlerWrapper(ConfigurableNavigationHandler wrapped)If this configurable navigation handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-