Package | Description |
---|---|
com.vaadin.flow.server |
Modifier and Type | Method and Description |
---|---|
void |
VaadinService.modifyBootstrapPage(BootstrapPageResponse response)
Fires the
BootstrapListener.modifyBootstrapPage(BootstrapPageResponse)
event to all registered BootstrapListener . |
void |
BootstrapListener.modifyBootstrapPage(BootstrapPageResponse response)
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 © 2025. All rights reserved.