Uses of Class
com.vaadin.flow.router.internal.NavigationRouteTarget
-
Packages that use NavigationRouteTarget Package Description com.vaadin.flow.router.internal com.vaadin.flow.server -
-
Uses of NavigationRouteTarget in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal that return NavigationRouteTarget Modifier and Type Method Description NavigationRouteTargetAbstractRouteRegistry. getNavigationRouteTarget(String url)NavigationRouteTargetConfiguredRoutes. getNavigationRouteTarget(String url)Search for a route target using given navigationurlargument. -
Uses of NavigationRouteTarget in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return NavigationRouteTarget Modifier and Type Method Description NavigationRouteTargetRouteRegistry. getNavigationRouteTarget(String url)Search for a route target using given navigationurlargument.NavigationRouteTargetSessionRouteRegistry. getNavigationRouteTarget(String url)
-