Uses of Class
jakarta.faces.application.ConfigurableNavigationHandler
Package | Description |
---|---|
com.sun.faces.application | |
jakarta.faces.application |
-
Uses of ConfigurableNavigationHandler in com.sun.faces.application
Subclasses of ConfigurableNavigationHandler in com.sun.faces.application Modifier and Type Class Description class
NavigationHandlerImpl
NavigationHandlerImpl 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 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.