Uses of Interface
com.vaadin.flow.server.RouteRegistry
-
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 RouteConfiguration
RouteConfiguration.forRegistry
(RouteRegistry registry) Get a
RouteConfiguration
for 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 a
DefaultRouteResolver
.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 TypeClassDescriptionclass
AbstractRouteRegistry 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 the
Route
orRouteAlias
annotation or automatically link RouterLayout annotated with theLayout
annotation 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
@Layout
when no parentLayouts defined and target is a Route annotated target with autoLayout enabled and no layout set.static void
RouteUtil.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 TypeClassDescriptionclass
SessionRouteRegistry 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 RouteRegistry
VaadinService.getRouteRegistry()
Find a route registry to use for this service.
protected RouteRegistry
VaadinServletService.getRouteRegistry()
static RouteRegistry
SessionRouteRegistry.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 TypeClassDescriptionclass
Registry for holding navigation target components found on servlet initialization.