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 SimilarResultsContributor#detectRoute to extract information from the URL that is used to populate attributes in the RouteBuilder. These attributes can then be accessed during SimilarResultsContributor#resolveCriteria.
      Returns:
      The current URL string associated with the route.