We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 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 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.