Package jakarta.faces.application
Class NavigationHandler
java.lang.Object
jakarta.faces.application.NavigationHandler
- Direct Known Subclasses:
ConfigurableNavigationHandler
,NavigationHandlerWrapper
see Javadoc of Faces Specification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
handleNavigation
(FacesContext context, String fromAction, String outcome) void
handleNavigation
(FacesContext context, String fromAction, String outcome, String toFlowDocumentId)
-
Constructor Details
-
NavigationHandler
public NavigationHandler()
-
-
Method Details