Uses of Class
com.vaadin.flow.server.communication.IndexHtmlResponse
Packages that use IndexHtmlResponse
-
Uses of IndexHtmlResponse in com.vaadin.flow.server
Methods in com.vaadin.flow.server with parameters of type IndexHtmlResponseModifier and TypeMethodDescriptionvoidVaadinService.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 TypeMethodDescriptionvoidIndexHtmlRequestListener.modifyIndexHtmlResponse(IndexHtmlResponse indexHtmlResponse) The method allows to modify the Index HTML response before it is sent to browser.