com.vaadin.flow.router.internal.
Class ResolveRequest
- java.lang.Object
-
- com.vaadin.flow.router.internal.ResolveRequest
-
All Implemented Interfaces:
public class ResolveRequest extends Object implements Serializable
An object used to encapsulate data used in resolving routing requests.
For internal use only. May be renamed or removed in a future release.
Since:
1.0.
Author:
Vaadin Ltd
See Also:
-
-
Constructor Summary
Constructors Constructor Description ResolveRequest​(Router router, Location location)
Constructs a new ResolveRequest with the given Router and Location.
-
Method Summary
All Methods Modifier and Type Method Description Location
getLocation()
Gets the location that is requested to be resolved.
Router
getRouter()
Gets the router that this request originates from.
-