| Package | Description |
|---|---|
| com.vaadin.server | |
| com.vaadin.server.communication |
| Modifier and Type | Method and Description |
|---|---|
BootstrapHandler |
BootstrapResponse.getBootstrapHandler()
Gets the bootstrap handler that fired this event
|
| Constructor and Description |
|---|
BootstrapFragmentResponse(BootstrapHandler handler,
VaadinRequest request,
VaadinSession session,
Class<? extends UI> uiClass,
List<org.jsoup.nodes.Node> fragmentNodes,
UIProvider uiProvider)
Crate a new bootstrap fragment response.
|
BootstrapPageResponse(BootstrapHandler handler,
VaadinRequest request,
VaadinSession session,
Class<? extends UI> uiClass,
org.jsoup.nodes.Document document,
Map<String,Object> headers,
UIProvider uiProvider)
Crate a new bootstrap page response.
|
BootstrapResponse(BootstrapHandler handler,
VaadinRequest request,
VaadinSession session,
Class<? extends UI> uiClass,
UIProvider uiProvider)
Creates a new bootstrap event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PortletBootstrapHandler |
class |
ServletBootstrapHandler |
Copyright © 2019 Vaadin Ltd. All rights reserved.