Uses of Record Class
com.vaadin.flow.router.RouteReference
Packages that use RouteReference
-
Uses of RouteReference in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return types with arguments of type RouteReferenceModifier and TypeMethodDescriptionRouteConfiguration.getRouteHierarchy(Class<? extends Component> navigationTarget, RouteParameters parameters) Resolves the logical route hierarchy of the given navigation target in this configuration's registry, without instantiating any of the routes.RouteConfiguration.getRouteParent(Class<? extends Component> navigationTarget, RouteParameters parameters) Resolves the logical parent of the given navigation target in this configuration's registry, without instantiating the route or its parent.RouteParentResolver.resolveParent(RouteParentContext context) Resolves the logical parent of the route described by the given context. -
Uses of RouteReference in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal that return types with arguments of type RouteReferenceModifier and TypeMethodDescriptionstatic List<RouteReference> RouteUtil.getRouteHierarchy(RouteRegistry registry, Class<? extends Component> navigationTarget, RouteParameters parameters) Resolves the logical route hierarchy of the given navigation target by repeatedly resolving the route parent (seeRouteUtil.getRouteParent(RouteRegistry, Class, RouteParameters)), without instantiating any of the routes.static Optional<RouteReference> RouteUtil.getRouteParent(RouteRegistry registry, Class<? extends Component> navigationTarget, RouteParameters parameters) Resolves the logical parent of the given navigation target, without instantiating the route or its parent.