Uses of Interface
com.vaadin.flow.server.BootstrapListener
-
Packages that use BootstrapListener Package Description com.vaadin.flow.di com.vaadin.flow.server -
-
Uses of BootstrapListener in com.vaadin.flow.di
Methods in com.vaadin.flow.di that return types with arguments of type BootstrapListener Modifier and Type Method Description default Stream<BootstrapListener>Instantiator. getBootstrapListeners(Stream<BootstrapListener> serviceInitListeners)Deprecated.Since 3.0, this API is deprecated in favor ofInstantiator.getIndexHtmlRequestListeners(Stream)when using client-side bootstrappingMethod parameters in com.vaadin.flow.di with type arguments of type BootstrapListener Modifier and Type Method Description default Stream<BootstrapListener>Instantiator. getBootstrapListeners(Stream<BootstrapListener> serviceInitListeners)Deprecated.Since 3.0, this API is deprecated in favor ofInstantiator.getIndexHtmlRequestListeners(Stream)when using client-side bootstrapping -
Uses of BootstrapListener in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return types with arguments of type BootstrapListener Modifier and Type Method Description Stream<BootstrapListener>ServiceInitEvent. getAddedBootstrapListeners()Deprecated.Since 3.0, this API is deprecated in favor ofServiceInitEvent.getAddedIndexHtmlRequestListeners()when using client-side bootstrappingMethods in com.vaadin.flow.server with parameters of type BootstrapListener Modifier and Type Method Description voidServiceInitEvent. addBootstrapListener(BootstrapListener bootstrapListener)Deprecated.Since 3.0, this API is deprecated in favor ofServiceInitEvent.addIndexHtmlRequestListener(com.vaadin.flow.server.communication.IndexHtmlRequestListener)when using client-side bootstrapping
-