Interface NavigationRedirected

All Superinterfaces:
Event, NavigationEvent

public interface NavigationRedirected extends NavigationEvent
An event indicating that the navigation has encountered a server redirect.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Returns a string that represents the destination URL for the navigation redirect.
    default Navigation
    Returns the Navigation instance initiated this event.
  • Method Details

    • destinationUrl

      default String destinationUrl()
      Returns a string that represents the destination URL for the navigation redirect.