Package jakarta.faces.application
Class ConfigurableNavigationHandler
java.lang.Object
jakarta.faces.application.NavigationHandler
jakarta.faces.application.ConfigurableNavigationHandler
- Direct Known Subclasses:
ConfigurableNavigationHandlerWrapper
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract NavigationCase
getNavigationCase
(FacesContext context, String fromAction, String outcome) getNavigationCase
(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) abstract Map<String,
Set<NavigationCase>> void
inspectFlow
(FacesContext context, Flow flow) void
performNavigation
(String outcome) Methods inherited from class jakarta.faces.application.NavigationHandler
handleNavigation, handleNavigation
-
Constructor Details
-
ConfigurableNavigationHandler
public ConfigurableNavigationHandler()
-
-
Method Details
-
inspectFlow
- Parameters:
context
-flow
-- Since:
- 2.2