Package | Description |
---|---|
com.vaadin.flow.router | |
com.vaadin.flow.router.internal |
Modifier and Type | Method and Description |
---|---|
static String |
Router.resolve(Class<?> component,
Route route)
Deprecated.
Use
RouteUtil.resolve(Class, Route) instead |
Modifier and Type | Method and Description |
---|---|
static String |
RouteUtil.getRoutePath(Class<?> component,
Route route)
Get the actual route path including all parent layout
RoutePrefix . |
static String |
RouteUtil.resolve(Class<?> component,
Route route)
Gets the effective route path value of the annotated class.
|
Copyright © 2020. All rights reserved.