Package jakarta.faces.application
Class NavigationHandler
- java.lang.Object
- 
- jakarta.faces.application.NavigationHandler
 
- 
- Direct Known Subclasses:
- ConfigurableNavigationHandler,- NavigationHandlerWrapper
 
 public abstract class NavigationHandler extends Object see Javadoc of Faces Specification
- 
- 
Constructor SummaryConstructors Constructor Description NavigationHandler()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidhandleNavigation(FacesContext context, String fromAction, String outcome)voidhandleNavigation(FacesContext context, String fromAction, String outcome, String toFlowDocumentId)
 
- 
- 
- 
Method Detail- 
handleNavigationpublic abstract void handleNavigation(FacesContext context, String fromAction, String outcome) 
 - 
handleNavigationpublic void handleNavigation(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) - Parameters:
- context-
- fromAction-
- outcome-
- toFlowDocumentId-
- Since:
- 2.2
 
 
- 
 
-