@FunctionalInterface public interface BootstrapListener extends EventListener, Serializable
BootstrapListeners are registered using the ServiceInitEvent during
the initialization of the application.
ServiceInitEvent.addBootstrapListener(BootstrapListener)| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
void modifyBootstrapPage(BootstrapPageResponse response)
response - the bootstrap response that can be modified to cause change in
the generate HTML and in the HTTP headers of the response.Copyright © 2025. All rights reserved.