com.vaadin.flow.router.internal.
Class NavigationRouteTarget
All Implemented Interfaces:
Contains the information resulted from searching a route target using a navigation url as input. The result of the search contains the target itself if found, and the url parameter values extracted from the input path according with the route configuration.
For internal use only. May be renamed or removed in a future release.
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNavigationRouteTarget
(String path, RouteTarget routeTarget, Map<String, String> parameters) -
Method Summary
-
Constructor Details
-
NavigationRouteTarget
-
-
Method Details
-
hasTarget
public boolean hasTarget()Gets whether this search result instance contains a navigation target.
Returns:
true if this search result instance contains a navigation target, otherwise false.
-
getPath
Gets the input path for the search.
Returns:
the input path for the search.
-
getRouteTarget
Gets the route target.
Returns:
the route target.
-
getRouteParameters
Gets the route parameters for this search response.
Returns:
the route parameters for this search response.
-
toString
-