public class NavigationRouteTarget extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Gets the input path for the search.
|
RouteParameters |
getRouteParameters()
Gets the route parameters for this search response.
|
RouteTarget |
getRouteTarget()
Gets the route target.
|
boolean |
hasTarget()
Gets whether this search result instance contains a navigation target.
|
String |
toString() |
public boolean hasTarget()
public String getPath()
public RouteTarget getRouteTarget()
public RouteParameters getRouteParameters()
Copyright © 2000–2020 Vaadin Ltd. All rights reserved.