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