public interface RouteHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the current URL string associated with the route.
  • Method Details

    • getURLString

      String getURLString()
      Retrieves the current URL string associated with the route. This method is used by
      invalid reference
      SimilarResultsContributor#detectRoute
      to extract information from the URL that is used to populate attributes in the RouteBuilder. These attributes can then be accessed during
      invalid reference
      SimilarResultsContributor#resolveCriteria
      .
      Returns:
      The current URL string associated with the route.