| Package | Description |
|---|---|
| com.vaadin.flow.server | |
| com.vaadin.flow.server.startup | |
| com.vaadin.flow.server.webcomponent |
| Modifier and Type | Class and Description |
|---|---|
class |
VaadinServletContext
VaadinContext that goes with VaadinServletService. |
| Modifier and Type | Method and Description |
|---|---|
protected VaadinContext |
VaadinServletService.constructVaadinContext() |
protected abstract VaadinContext |
VaadinService.constructVaadinContext()
Constructs
VaadinContext for this service. |
VaadinContext |
VaadinService.getContext()
Returns
VaadinContext for this service. |
VaadinContext |
VaadinServletConfig.getVaadinContext() |
VaadinContext |
VaadinConfig.getVaadinContext()
Get the VaadinContext for this configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationRouteRegistry |
ApplicationRouteRegistry.getInstance(VaadinContext context)
Gets the route registry for the given Vaadin context.
|
| Modifier and Type | Method and Description |
|---|---|
static WebComponentConfigurationRegistry |
WebComponentConfigurationRegistry.getInstance(VaadinContext context)
Get WebComponentRegistry instance for given servlet context.
|
Copyright © 2000–2020 Vaadin Ltd. All rights reserved.