public abstract class ConfigurableNavigationHandler extends NavigationHandler
| Constructor and Description | 
|---|
| ConfigurableNavigationHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract NavigationCase | getNavigationCase(FacesContext context,
                 String fromAction,
                 String outcome) | 
| NavigationCase | getNavigationCase(FacesContext context,
                 String fromAction,
                 String outcome,
                 String toFlowDocumentId) | 
| abstract Map<String,Set<NavigationCase>> | getNavigationCases() | 
| void | inspectFlow(FacesContext context,
           Flow flow) | 
| void | performNavigation(String outcome) | 
handleNavigation, handleNavigationpublic abstract NavigationCase getNavigationCase(FacesContext context, String fromAction, String outcome)
public abstract Map<String,Set<NavigationCase>> getNavigationCases()
public void performNavigation(String outcome)
public void inspectFlow(FacesContext context, Flow flow)
context - flow - public NavigationCase getNavigationCase(FacesContext context, String fromAction, String outcome, String toFlowDocumentId)
context - fromAction - outcome - toFlowDocumentId - Copyright © 2021 The Apache Software Foundation. All rights reserved.