Uses of Class
com.vaadin.flow.router.RouteAlias
-
Packages that use RouteAlias Package Description com.vaadin.flow.router com.vaadin.flow.router.internal -
-
Uses of RouteAlias in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return RouteAlias Modifier and Type Method Description RouteAlias[]
value()
Internally used to enable use of multipleRouteAlias
annotations. -
Uses of RouteAlias in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal with parameters of type RouteAlias Modifier and Type Method Description static String
RouteUtil. getRouteAliasPath(Class<?> component, RouteAlias alias)
Get the actual route path including all parent layoutRoutePrefix
.
-