Uses of Interface
com.vaadin.flow.server.communication.IndexHtmlRequestListener
Packages that use IndexHtmlRequestListener
-
Uses of IndexHtmlRequestListener in com.vaadin.flow.di
Methods in com.vaadin.flow.di that return types with arguments of type IndexHtmlRequestListenerModifier and TypeMethodDescriptiondefault 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 IndexHtmlRequestListenerModifier and TypeMethodDescriptiondefault 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 IndexHtmlRequestListenerModifier and TypeMethodDescriptionServiceInitEvent.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 IndexHtmlRequestListenerModifier and TypeMethodDescriptionvoidServiceInitEvent.addIndexHtmlRequestListener(IndexHtmlRequestListener indexHtmlRequestListener) Adds a new Index HTML request listener that will be used by this service.