Uses of Class
com.vaadin.flow.server.communication.IndexHtmlResponse
Packages that use IndexHtmlResponse
Package
Description
-
Uses of IndexHtmlResponse in com.vaadin.flow.server
Methods in com.vaadin.flow.server with parameters of type IndexHtmlResponseModifier and TypeMethodDescriptionvoid
VaadinService.modifyIndexHtmlResponse
(IndexHtmlResponse response) Fires theIndexHtmlRequestListener.modifyIndexHtmlResponse(IndexHtmlResponse)
event to all registeredIndexHtmlRequestListener
. -
Uses of IndexHtmlResponse in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication with parameters of type IndexHtmlResponseModifier and TypeMethodDescriptionvoid
IndexHtmlRequestListener.modifyIndexHtmlResponse
(IndexHtmlResponse indexHtmlResponse) The method allows to modify the Index HTML response before it is sent to browser. -
Uses of IndexHtmlResponse in com.vaadin.hilla.auth
Methods in com.vaadin.hilla.auth with parameters of type IndexHtmlResponseModifier and TypeMethodDescriptionvoid
CsrfIndexHtmlRequestListener.modifyIndexHtmlResponse
(IndexHtmlResponse indexHtmlResponse) -
Uses of IndexHtmlResponse in com.vaadin.hilla.route
Methods in com.vaadin.hilla.route with parameters of type IndexHtmlResponseModifier and TypeMethodDescriptionvoid
RouteUnifyingIndexHtmlRequestListener.modifyIndexHtmlResponse
(IndexHtmlResponse response)