| Package | Description |
|---|---|
| com.vaadin.flow.server | |
| 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 abstract VaadinContext |
VaadinService.constructVaadinContext()
Constructs
VaadinContext for this service. |
protected VaadinContext |
VaadinServletService.constructVaadinContext() |
VaadinContext |
VaadinService.getContext()
Returns
VaadinContext for this service. |
| Modifier and Type | Method and Description |
|---|---|
static DevModeHandler |
DevModeHandler.start(VaadinContext context,
DeploymentConfiguration configuration,
File npmFolder)
Start the dev mode handler if none has been started yet.
|
| Modifier and Type | Method and Description |
|---|---|
static WebComponentConfigurationRegistry |
WebComponentConfigurationRegistry.getInstance(VaadinContext context)
Get WebComponentRegistry instance for given servlet context.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.