Package | Description |
---|---|
com.vaadin.flow.di | |
com.vaadin.flow.server | |
com.vaadin.flow.server.webcomponent |
Modifier and Type | Method and Description |
---|---|
protected Lookup |
LookupInitializer.createLookup(VaadinContext context,
Map<Class<?>,Collection<Class<?>>> services)
Creates a lookup based on provided
services . |
URL |
ResourceProvider.getApplicationResource(VaadinContext context,
String path)
Gets the web application resource identified by the
path using
the provided context . |
URL |
LookupInitializer.ResourceProviderImpl.getApplicationResource(VaadinContext context,
String path) |
List<URL> |
ResourceProvider.getApplicationResources(VaadinContext context,
String path)
Gets all the web application resources identified by the
path
using the provided context . |
List<URL> |
LookupInitializer.ResourceProviderImpl.getApplicationResources(VaadinContext context,
String path) |
void |
LookupInitializer.initialize(VaadinContext context,
Map<Class<?>,Collection<Class<?>>> services,
VaadinApplicationInitializationBootstrap bootstrap) |
void |
AbstractLookupInitializer.initialize(VaadinContext context,
Map<Class<?>,Collection<Class<?>>> services,
VaadinApplicationInitializationBootstrap bootstrap)
Creates a new
Lookup instance, initializes it and passes it to
the provided bootstrap . |
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 © 2022. All rights reserved.