| Package | Description |
|---|---|
| com.vaadin.flow.router | |
| com.vaadin.flow.server | |
| com.vaadin.flow.server.startup |
| Modifier and Type | Method and Description |
|---|---|
RouteRegistry |
Router.getRegistry() |
| Constructor and Description |
|---|
Router(RouteRegistry registry)
Constructs a new router with the given route registry and a
DefaultRouteResolver. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RouteRegistry |
VaadinService.getRouteRegistry()
Find a route registry to use for this service.
|
protected RouteRegistry |
VaadinServletService.getRouteRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static RouteRegistry |
RouteRegistry.getInstance(javax.servlet.ServletContext servletContext)
Gets the route registry for the given servlet context.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.