Package | Description |
---|---|
com.vaadin.flow.server |
Modifier and Type | Method and Description |
---|---|
void |
VaadinService.modifyBootstrapPage(BootstrapPageResponse response)
Deprecated.
Since 3.0, this API is deprecated in favor of
VaadinService.modifyIndexHtmlResponse(IndexHtmlResponse)
when using client-side bootstrapping |
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.
|
Copyright © 2021. All rights reserved.