Uses of Class
jakarta.faces.application.ConfigurableNavigationHandler
-
Packages that use ConfigurableNavigationHandler Package Description jakarta.faces.application -
-
Uses of ConfigurableNavigationHandler in jakarta.faces.application
Subclasses of ConfigurableNavigationHandler in jakarta.faces.application Modifier and Type Class Description class
ConfigurableNavigationHandlerWrapper
Provides a simple implementation ofConfigurableNavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandler
instance.Methods in jakarta.faces.application that return ConfigurableNavigationHandler Modifier and Type Method Description ConfigurableNavigationHandler
ConfigurableNavigationHandlerWrapper. 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.
-