Uses of Interface
com.vaadin.flow.server.communication.IndexHtmlRequestListener
Packages that use IndexHtmlRequestListener
Package
Description
-
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. -
Uses of IndexHtmlRequestListener in com.vaadin.hilla.auth
Classes in com.vaadin.hilla.auth that implement IndexHtmlRequestListenerModifier and TypeClassDescriptionclassAn index HTML request listener that generates and sends a token for Cross-Site Request Forgery protection (Double Submit Cookie pattern) of endpoints. -
Uses of IndexHtmlRequestListener in com.vaadin.hilla.route
Classes in com.vaadin.hilla.route that implement IndexHtmlRequestListenerModifier and TypeClassDescriptionclassIndex HTML request listener for collecting the client side and the server side views and adding them to index.html response.