Uses of Class
com.vaadin.flow.server.BootstrapPageResponse
-
Packages that use BootstrapPageResponse Package Description com.vaadin.flow.server -
-
Uses of BootstrapPageResponse in com.vaadin.flow.server
Methods in com.vaadin.flow.server with parameters of type BootstrapPageResponse Modifier and Type Method Description void
BootstrapListener. modifyBootstrapPage(BootstrapPageResponse response)
Deprecated.Lets this listener make changes to the overall HTML document that will be used as the initial HTML page, as well as the HTTP headers in the response serving the initial HTML.void
VaadinService. modifyBootstrapPage(BootstrapPageResponse response)
Deprecated.Since 3.0, this API is deprecated in favor ofVaadinService.modifyIndexHtmlResponse(IndexHtmlResponse)
when using client-side bootstrapping
-