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 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 WebComponentConfigurationRegistry |
WebComponentConfigurationRegistry.getInstance(VaadinContext context)
Get WebComponentRegistry instance for given servlet context.
|
Copyright © 2020. All rights reserved.