| Package | Description |
|---|---|
| com.vaadin.flow.server | |
| com.vaadin.flow.server.communication |
| Modifier and Type | Method and Description |
|---|---|
protected BootstrapHandler.BootstrapContext |
BootstrapHandler.createAndInitUI(Class<? extends UI> uiClass,
VaadinRequest request,
VaadinResponse response,
VaadinSession session) |
protected BootstrapHandler.BootstrapContext |
BootstrapHandler.createBootstrapContext(VaadinRequest request,
VaadinResponse response,
UI ui,
Function<VaadinRequest,String> contextPathCallback)
|
| Modifier and Type | Method and Description |
|---|---|
org.jsoup.nodes.Document |
BootstrapHandler.PageBuilder.getBootstrapPage(BootstrapHandler.BootstrapContext context)
Creates the bootstrap page.
|
org.jsoup.nodes.Document |
BootstrapHandler.BootstrapPageBuilder.getBootstrapPage(BootstrapHandler.BootstrapContext context)
Returns the bootstrap page for the given context.
|
protected static String |
BootstrapHandler.getServiceUrl(BootstrapHandler.BootstrapContext context)
Gets the service URL as a URL relative to the request URI.
|
protected static Optional<String> |
BootstrapHandler.resolvePageTitle(BootstrapHandler.BootstrapContext context)
Resolves the initial page title for the given bootstrap context and
cancels any pending JS execution for it.
|
protected void |
BootstrapHandler.setupPushConnectionFactory(PushConfiguration pushConfiguration,
BootstrapHandler.BootstrapContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected BootstrapHandler.BootstrapContext |
WebComponentBootstrapHandler.createAndInitUI(Class<? extends UI> uiClass,
VaadinRequest request,
VaadinResponse response,
VaadinSession session) |
protected BootstrapHandler.BootstrapContext |
WebComponentBootstrapHandler.createBootstrapContext(VaadinRequest request,
VaadinResponse response,
UI ui,
Function<VaadinRequest,String> callback) |
Copyright © 2021. All rights reserved.