Package com.vaadin.flow.router.internal
Class ResolveRequest
- java.lang.Object
-
- com.vaadin.flow.router.internal.ResolveRequest
-
- All Implemented Interfaces:
Serializable
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolveRequest(Router router, Location location)Constructs a new ResolveRequest with the given Router and Location.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationgetLocation()Gets the location that is requested to be resolved.RoutergetRouter()Gets the router that this request originates from.
-