Package jakarta.faces.application
Class ConfigurableNavigationHandler
- java.lang.Object
- 
- jakarta.faces.application.NavigationHandler
- 
- jakarta.faces.application.ConfigurableNavigationHandler
 
 
- 
- Direct Known Subclasses:
- ConfigurableNavigationHandlerWrapper
 
 public abstract class ConfigurableNavigationHandler extends NavigationHandler - Since:
- 2.0
 
- 
- 
Constructor SummaryConstructors Constructor Description ConfigurableNavigationHandler()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract NavigationCasegetNavigationCase(FacesContext context, String fromAction, String outcome)NavigationCasegetNavigationCase(FacesContext context, String fromAction, String outcome, String toFlowDocumentId)abstract Map<String,Set<NavigationCase>>getNavigationCases()voidinspectFlow(FacesContext context, Flow flow)voidperformNavigation(String outcome)- 
Methods inherited from class jakarta.faces.application.NavigationHandlerhandleNavigation, handleNavigation
 
- 
 
- 
- 
- 
Method Detail- 
getNavigationCasepublic abstract NavigationCase getNavigationCase(FacesContext context, String fromAction, String outcome) 
 - 
getNavigationCasespublic abstract Map<String,Set<NavigationCase>> getNavigationCases() 
 - 
performNavigationpublic void performNavigation(String outcome) 
 - 
inspectFlowpublic void inspectFlow(FacesContext context, Flow flow) - Parameters:
- context-
- flow-
- Since:
- 2.2
 
 - 
getNavigationCasepublic NavigationCase getNavigationCase(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) - Parameters:
- context-
- fromAction-
- outcome-
- toFlowDocumentId-
- Returns:
- Since:
- 2.2
 
 
- 
 
-