Uses of Interface
com.vaadin.flow.server.RouteRegistry
-
Packages that use RouteRegistry Package Description com.vaadin.flow.router com.vaadin.flow.router.internal com.vaadin.flow.server com.vaadin.flow.server.startup -
-
Uses of RouteRegistry in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return RouteRegistry Modifier and Type Method Description RouteRegistryRouteConfiguration. getHandledRegistry()Get the registry that this configuration is working with.RouteRegistryRouter. getRegistry()RouteRegistryRoutesChangedEvent. getSource()Methods in com.vaadin.flow.router with parameters of type RouteRegistry Modifier and Type Method Description static RouteConfigurationRouteConfiguration. forRegistry(RouteRegistry registry)Get aRouteConfigurationfor editing the given RouteRegistry implementation.Constructors in com.vaadin.flow.router with parameters of type RouteRegistry Constructor Description Router(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 RouteRegistry Modifier and Type Class Description classAbstractRouteRegistryAbstractRouteRegistry with locking support and configuration.Methods in com.vaadin.flow.router.internal with parameters of type RouteRegistry Modifier and Type Method Description 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 RouteRegistry Modifier and Type Class Description classSessionRouteRegistrySessionRouteRegistry is a mutable route registry that is valid in the scope of VaadinSession.Methods in com.vaadin.flow.server that return RouteRegistry Modifier and Type Method Description protected 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 RouteRegistry Modifier and Type Class Description classApplicationRouteRegistryRegistry for holding navigation target components found on servlet initialization.
-