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 DefaultRouteResolver
- java.lang.Object
-
- com.vaadin.flow.router.internal.DefaultRouteResolver
-
All Implemented Interfaces:
public class DefaultRouteResolver extends Object implements RouteResolver
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 Constructor Description DefaultRouteResolver()
-
Method Summary
All Methods Modifier and Type Method Description NavigationState
resolve(ResolveRequest request)
Resolves the given request to a new NavigationState.
-
-
-
Method Detail
-
resolve
public NavigationState resolve(ResolveRequest request)
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
-
-