Uses of Interface
com.vaadin.flow.server.communication.IndexHtmlRequestListener
-
Packages that use IndexHtmlRequestListener Package Description com.vaadin.flow.di com.vaadin.flow.server -
-
Uses of IndexHtmlRequestListener in com.vaadin.flow.di
Methods in com.vaadin.flow.di that return types with arguments of type IndexHtmlRequestListener Modifier and Type Method Description default Stream<IndexHtmlRequestListener>Instantiator. getIndexHtmlRequestListeners(Stream<IndexHtmlRequestListener> indexHtmlRequestListeners)Processes the available Index HTML request listeners.Method parameters in com.vaadin.flow.di with type arguments of type IndexHtmlRequestListener Modifier and Type Method Description default Stream<IndexHtmlRequestListener>Instantiator. getIndexHtmlRequestListeners(Stream<IndexHtmlRequestListener> indexHtmlRequestListeners)Processes the available Index HTML request listeners. -
Uses of IndexHtmlRequestListener in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return types with arguments of type IndexHtmlRequestListener Modifier and Type Method Description Stream<IndexHtmlRequestListener>ServiceInitEvent. getAddedIndexHtmlRequestListeners()Gets a stream of all Index HTML request listeners that have been added for the service.Methods in com.vaadin.flow.server with parameters of type IndexHtmlRequestListener Modifier and Type Method Description voidServiceInitEvent. addIndexHtmlRequestListener(IndexHtmlRequestListener indexHtmlRequestListener)Adds a new Index HTML request listener that will be used by this service.
-