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.getPushScript(BootstrapHandler.BootstrapContext context) |
protected void |
BootstrapHandler.initializeUIWithRouter(BootstrapHandler.BootstrapContext context,
UI ui) |
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 | Class and Description |
---|---|
static class |
JavaScriptBootstrapHandler.JavaScriptBootstrapContext
Custom BootstrapContext for
JavaScriptBootstrapHandler . |
Modifier and Type | Method and Description |
---|---|
protected BootstrapHandler.BootstrapContext |
WebComponentBootstrapHandler.createAndInitUI(Class<? extends UI> uiClass,
VaadinRequest request,
VaadinResponse response,
VaadinSession session) |
protected BootstrapHandler.BootstrapContext |
JavaScriptBootstrapHandler.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) |
protected BootstrapHandler.BootstrapContext |
JavaScriptBootstrapHandler.createBootstrapContext(VaadinRequest request,
VaadinResponse response,
UI ui,
Function<VaadinRequest,String> callback) |
Modifier and Type | Method and Description |
---|---|
protected void |
JavaScriptBootstrapHandler.initializeUIWithRouter(BootstrapHandler.BootstrapContext context,
UI ui) |
protected void |
IndexHtmlRequestHandler.initializeUIWithRouter(BootstrapHandler.BootstrapContext context,
UI ui) |
Copyright © 2021. All rights reserved.