Interface RouteHelper
public interface RouteHelper
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves 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 bySimilarResultsContributor#detectRouteto extract information from the URL that is used to populate attributes in theRouteBuilder. These attributes can then be accessed duringSimilarResultsContributor#resolveCriteria.- Returns:
- The current URL string associated with the route.
-