Package jakarta.faces.application
Class NavigationHandler
java.lang.Object
jakarta.faces.application.NavigationHandler
- Direct Known Subclasses:
- ConfigurableNavigationHandler,- NavigationHandlerWrapper
see Javadoc of Faces Specification
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract voidhandleNavigation(FacesContext context, String fromAction, String outcome) voidhandleNavigation(FacesContext context, String fromAction, String outcome, String toFlowDocumentId) 
- 
Constructor Details- 
NavigationHandlerpublic NavigationHandler()
 
- 
- 
Method Details