@FunctionalInterface public interface IndexHtmlRequestListener extends EventListener, Serializable
Index HTML request listeners are registered using the
ServiceInitEvent during the initialization of the application. Index
HTML request listener is used when the application flag
InitParameters.SERVLET_PARAMETER_USE_V14_BOOTSTRAP is not set.
| Modifier and Type | Method and Description |
|---|---|
void |
modifyIndexHtmlResponse(IndexHtmlResponse indexHtmlResponse)
The method allows to modify the Index HTML response before it is sent to
browser.
|
void modifyIndexHtmlResponse(IndexHtmlResponse indexHtmlResponse)
indexHtmlResponse - the response object which includes the VaadinRequest,
VaadinResponse, and DocumentCopyright © 2021. All rights reserved.