Package | Description |
---|---|
com.vaadin.flow.router | |
com.vaadin.flow.router.internal | |
com.vaadin.flow.server | |
com.vaadin.flow.server.startup |
Modifier and Type | Method and Description |
---|---|
RouteRegistry |
RouteConfiguration.getHandledRegistry()
Get the registry that this configuration is working with.
|
RouteRegistry |
Router.getRegistry() |
RouteRegistry |
RoutesChangedEvent.getSource() |
Modifier and Type | Method and Description |
---|---|
static RouteConfiguration |
RouteConfiguration.forRegistry(RouteRegistry registry)
Get a
RouteConfiguration for editing the given RouteRegistry
implementation. |
Constructor and Description |
---|
Router(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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRouteRegistry
AbstractRouteRegistry with locking support and configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionRouteRegistry
SessionRouteRegistry is a mutable route registry that is valid in the scope
of VaadinSession.
|
Modifier and Type | Method and Description |
---|---|
protected RouteRegistry |
VaadinServletService.getRouteRegistry() |
protected abstract RouteRegistry |
VaadinService.getRouteRegistry()
Find a route registry to use for this service.
|
static RouteRegistry |
SessionRouteRegistry.getSessionRegistry(VaadinSession session)
Get the session registry for VaadinSession.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationRouteRegistry
Registry for holding navigation target components found on servlet
initialization.
|
Copyright © 2020. All rights reserved.