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.
Package com.vaadin.flow.router.internal
Class DefaultRouteResolver
java.lang.Object
com.vaadin.flow.router.internal.DefaultRouteResolver
All Implemented Interfaces:
Default implementation of the RouteResolver
interface.
For internal use only. May be renamed or removed in a future release.
Since:
1.0.
Author:
Vaadin Ltd
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve
(ResolveRequest request) Resolves the given request to a new NavigationState.
-
Constructor Details
-
DefaultRouteResolver
public DefaultRouteResolver()
-
-
Method Details
-
resolve
Description copied from interface:
RouteResolver
Resolves the given request to a new NavigationState.
Specified by:
resolve
in interfaceRouteResolver
Parameters:
request
- the request to resolveReturns:
the newly resolved navigation state instance
-