| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Method and Description |
|---|---|
BootstrapFragmentResponse |
BootstrapHandler.BootstrapContext.getBootstrapResponse()
Gets the bootstrap response object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BootstrapListener.modifyBootstrapFragment(BootstrapFragmentResponse response)
Lets this listener make changes to the fragment that makes up the actual
Vaadin application.
|
| Constructor and Description |
|---|
BootstrapContext(VaadinResponse response,
BootstrapFragmentResponse bootstrapResponse)
Creates a new context instance using the given Vaadin/HTTP response
and bootstrap response.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.