We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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.
Since:
1.0.
Author:
Vaadin Ltd
See Also:
-
-
Constructor Summary
Constructors Constructor and Description ResolveRequest(Router router, Location location)
Constructs a new ResolveRequest with the given Router and Location.
-
Method Summary
All Methods Modifier and Type Method and Description Location
getLocation()
Gets the location that is requested to be resolved.
Router
getRouter()
Gets the router that this request originates from.
-