| Package | Description |
|---|---|
| com.vaadin.flow.router | |
| com.vaadin.flow.router.internal | |
| com.vaadin.flow.server |
| Modifier and Type | Method and Description |
|---|---|
List<RouteData> |
RouteConfiguration.getAvailableRoutes()
Get the
RouteData for all registered navigation targets. |
List<RouteData> |
Router.getRoutes()
Deprecated.
Url handling is moved to
RouteConfiguration.getAvailableRoutes() |
Map<Class<? extends RouterLayout>,List<RouteData>> |
Router.getRoutesByParent()
Deprecated.
No replacement.
|
| Modifier and Type | Method and Description |
|---|---|
List<RouteData> |
AbstractRouteRegistry.getRegisteredRoutes() |
| Modifier and Type | Method and Description |
|---|---|
List<RouteData> |
SessionRouteRegistry.getRegisteredRoutes() |
List<RouteData> |
RouteRegistry.getRegisteredRoutes()
Get the
RouteData for all registered navigation targets. |
Copyright © 2025. All rights reserved.