| Package | Description |
|---|---|
| com.vaadin.flow.router | |
| com.vaadin.flow.server.startup |
| Modifier and Type | Method and Description |
|---|---|
List<RouteData> |
Router.getRoutes()
Get all available routes.
|
Map<Class<? extends RouterLayout>,List<RouteData>> |
Router.getRoutesByParent()
Get all available routes collected by parent layout.
|
| Modifier and Type | Method and Description |
|---|---|
int |
RouteData.compareTo(RouteData otherRouteData) |
| Modifier and Type | Method and Description |
|---|---|
List<RouteData> |
RouteRegistry.getRegisteredRoutes()
Get the
RouteData for all registered navigation targets. |
Copyright © 2019. All rights reserved.