| Package | Description |
|---|---|
| com.vaadin.flow.di | |
| com.vaadin.flow.server |
| Modifier and Type | Method and Description |
|---|---|
default Stream<BootstrapListener> |
Instantiator.getBootstrapListeners(Stream<BootstrapListener> serviceInitListeners)
Deprecated.
Since 3.0, this API is deprecated in favor of
Instantiator.getIndexHtmlRequestListeners(Stream)
when using client-side bootstrapping |
| Modifier and Type | Method and Description |
|---|---|
default Stream<BootstrapListener> |
Instantiator.getBootstrapListeners(Stream<BootstrapListener> serviceInitListeners)
Deprecated.
Since 3.0, this API is deprecated in favor of
Instantiator.getIndexHtmlRequestListeners(Stream)
when using client-side bootstrapping |
| Modifier and Type | Method and Description |
|---|---|
Stream<BootstrapListener> |
ServiceInitEvent.getAddedBootstrapListeners()
Deprecated.
Since 3.0, this API is deprecated in favor of
ServiceInitEvent.getAddedIndexHtmlRequestListeners()
when using client-side bootstrapping |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInitEvent.addBootstrapListener(BootstrapListener bootstrapListener)
Deprecated.
Since 3.0, this API is deprecated in favor of
ServiceInitEvent.addIndexHtmlRequestListener(com.vaadin.flow.server.communication.IndexHtmlRequestListener) when
using client-side bootstrapping |
Copyright © 2021. All rights reserved.