Uses of Interface
com.vaadin.flow.server.RouteRegistry
Packages that use RouteRegistry
Package
Description
-
Uses of RouteRegistry in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return RouteRegistryModifier and TypeMethodDescriptionRouteConfiguration.getHandledRegistry()Get the registry that this configuration is working with.Router.getRegistry()RoutesChangedEvent.getSource()Methods in com.vaadin.flow.router with parameters of type RouteRegistryModifier and TypeMethodDescriptionstatic RouteConfigurationRouteConfiguration.forRegistry(RouteRegistry registry) Get aRouteConfigurationfor editing the given RouteRegistry implementation.Constructors in com.vaadin.flow.router with parameters of type RouteRegistryModifierConstructorDescriptionRouter(RouteRegistry registry) Constructs a new router with the given route registry and aDefaultRouteResolver.RoutesChangedEvent(RouteRegistry source, List<RouteBaseData<?>> added, List<RouteBaseData<?>> removed) Constructs a prototypical Event. -
Uses of RouteRegistry in com.vaadin.flow.router.internal
Classes in com.vaadin.flow.router.internal that implement RouteRegistryModifier and TypeClassDescriptionclassAbstractRouteRegistry with locking support and configuration.Methods in com.vaadin.flow.router.internal with parameters of type RouteRegistryModifier and TypeMethodDescriptionstatic List<Class<? extends RouterLayout>> RouteUtil.getParentLayouts(RouteRegistry handledRegistry, Class<?> component, String path) Get parent layouts for navigation target according to theRouteorRouteAliasannotation or automatically link RouterLayout annotated with theLayoutannotation matching route path.protected List<Class<? extends RouterLayout>> AbstractNavigationStateRenderer.getTargetParentLayouts(RouteTarget routeTarget, RouteRegistry registry, String path) Get the parentLayouts for given routeTarget or use an applicable@Layoutwhen no parentLayouts defined and target is a Route annotated target with autoLayout enabled and no layout set.static voidRouteUtil.updateRouteRegistry(RouteRegistry registry, Set<Class<?>> addedClasses, Set<Class<?>> modifiedClasses, Set<Class<?>> deletedClasses) Updates route registry as necessary when classes have been added / modified / deleted. -
Uses of RouteRegistry in com.vaadin.flow.server
Classes in com.vaadin.flow.server that implement RouteRegistryModifier and TypeClassDescriptionclassSessionRouteRegistry is a mutable route registry that is valid in the scope of VaadinSession.Methods in com.vaadin.flow.server that return RouteRegistryModifier and TypeMethodDescriptionprotected abstract RouteRegistryVaadinService.getRouteRegistry()Find a route registry to use for this service.protected RouteRegistryVaadinServletService.getRouteRegistry()static RouteRegistrySessionRouteRegistry.getSessionRegistry(VaadinSession session) Get the session registry for VaadinSession. -
Uses of RouteRegistry in com.vaadin.flow.server.startup
Classes in com.vaadin.flow.server.startup that implement RouteRegistryModifier and TypeClassDescriptionclassRegistry for holding navigation target components found on servlet initialization.