| Package | Description |
|---|---|
| com.vaadin.base.devserver | |
| com.vaadin.experimental | |
| com.vaadin.flow.di | |
| com.vaadin.flow.function | |
| com.vaadin.flow.server.frontend |
| Constructor and Description |
|---|
AbstractDevServerRunner(Lookup lookup,
int runningPort,
File npmFolder,
CompletableFuture<Void> waitFor)
Craete an instance that waits for the given task to complete before
starting or connecting to the server.
|
ViteHandler(Lookup lookup,
int runningPort,
File npmFolder,
CompletableFuture<Void> waitFor)
Creates and starts the dev mode handler if none has been started yet.
|
WebpackHandler(Lookup lookup,
int runningPort,
File npmFolder,
CompletableFuture<Void> waitFor)
Creates and starts the dev mode handler if none has been started yet.
|
| Constructor and Description |
|---|
FeatureFlags(Lookup lookup)
Generate FeatureFlags with given lookup data.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
LookupInitializer.LookupImpl
Default implementation of
Lookup. |
| Modifier and Type | Method and Description |
|---|---|
static Lookup |
Lookup.compose(Lookup lookup1,
Lookup lookup2)
Make a composite lookup which contains the services from both
lookup1 and lookup2. |
protected Lookup |
LookupInitializer.createLookup(VaadinContext context,
Map<Class<?>,Collection<Class<?>>> services)
Creates a lookup based on provided
services. |
static <T> Lookup |
Lookup.of(T service,
Class<? super T>... serviceTypes)
Creates a lookup which contains (only) the provided
service as
instance of given serviceTypes. |
| Modifier and Type | Method and Description |
|---|---|
static Lookup |
Lookup.compose(Lookup lookup1,
Lookup lookup2)
Make a composite lookup which contains the services from both
lookup1 and lookup2. |
| Modifier and Type | Method and Description |
|---|---|
void |
VaadinApplicationInitializationBootstrap.bootstrap(Lookup lookup)
Bootstraps Vaadin application initialization.
|
| Constructor and Description |
|---|
Builder(Lookup lookup,
File npmFolder,
File generatedPath,
File frontendDirectory,
String buildDirectory)
Create a builder instance with all parameters.
|
Builder(Lookup lookup,
File npmFolder,
File generatedPath,
String buildDirectory)
Create a builder instance with custom npmFolder and generatedPath
|
Builder(Lookup lookup,
File npmFolder,
String buildDirectory)
Create a builder instance given an specific npm folder.
|
Copyright © 2023. All rights reserved.