public class BootstrapFragmentResponse extends BootstrapResponse
source| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.jsoup.nodes.Node> |
getFragmentNodes()
Gets the list of DOM nodes that will be used to generate the fragment
HTML.
|
getBootstrapHandler, getRequest, getSession, getUiClass, getUIProvider, getUriResolver, setUriResolvergetSource, toStringpublic BootstrapFragmentResponse(BootstrapHandler handler, VaadinRequest request, VaadinSession session, Class<? extends UI> uiClass, List<org.jsoup.nodes.Node> fragmentNodes, UIProvider uiProvider)
handler - the bootstrap handler that is firing the eventrequest - the Vaadin request for which the bootstrap page should be
generatedsession - the service session for which the bootstrap page should be
generateduiClass - the class of the UI that will be displayed on the pagefragmentNodes - a mutable list containing the DOM nodes that will make up the
application HTMLuiProvider - the UI provider for the bootstrapBootstrapResponse.BootstrapResponse(BootstrapHandler, VaadinRequest,
VaadinSession, Class, UIProvider)public List<org.jsoup.nodes.Node> getFragmentNodes()
Copyright © 2020 Vaadin Ltd. All rights reserved.