Package jakarta.faces.application
Class ConfigurableNavigationHandlerWrapper
java.lang.Object
jakarta.faces.application.NavigationHandler
jakarta.faces.application.ConfigurableNavigationHandler
jakarta.faces.application.ConfigurableNavigationHandlerWrapper
- All Implemented Interfaces:
FacesWrapper<ConfigurableNavigationHandler>
public abstract class ConfigurableNavigationHandlerWrapper
extends ConfigurableNavigationHandler
implements FacesWrapper<ConfigurableNavigationHandler>
- Since:
- 2.2
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetNavigationCase
(FacesContext context, String fromAction, String outcome) getNavigationCase
(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) A class that implements this interface uses this method to return an instance of the class being wrapped.void
handleNavigation
(FacesContext context, String fromAction, String outcome) void
inspectFlow
(FacesContext context, Flow flow) void
performNavigation
(String outcome) Methods inherited from class jakarta.faces.application.NavigationHandler
handleNavigation
-
Constructor Details
-
ConfigurableNavigationHandlerWrapper
Deprecated.
-
-
Method Details
-
inspectFlow
- Overrides:
inspectFlow
in classConfigurableNavigationHandler
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<ConfigurableNavigationHandler>
- Returns:
- the instance of the class being wrapped