Package | Description |
---|---|
com.vaadin.base.devserver | |
com.vaadin.flow.di | |
com.vaadin.flow.function | |
com.vaadin.flow.server.frontend |
Modifier and Type | Method and Description |
---|---|
static DevModeHandlerImpl |
DevModeHandlerImpl.start(int runningPort,
Lookup lookup,
File npmFolder,
CompletableFuture<Void> waitFor)
Start the dev mode handler if none has been started yet.
|
static DevModeHandlerImpl |
DevModeHandlerImpl.start(Lookup lookup,
File npmFolder,
CompletableFuture<Void> waitFor)
Start the dev mode handler if none has been started yet.
|
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 © 2021. All rights reserved.