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 Details

    • NavigationHandler

      public NavigationHandler()
  • Method Details

    • handleNavigation

      public abstract void handleNavigation(FacesContext context, String fromAction, String outcome)
    • handleNavigation

      public void handleNavigation(FacesContext context, String fromAction, String outcome, String toFlowDocumentId)
      Parameters:
      context -
      fromAction -
      outcome -
      toFlowDocumentId -
      Since:
      2.2