Package | Description |
---|---|
com.vaadin.flow.server |
Modifier and Type | Method and Description |
---|---|
protected BootstrapHandler.BootstrapContext |
BootstrapHandler.createAndInitUI(Class<? extends UI> uiClass,
VaadinRequest request,
VaadinResponse response,
VaadinSession session) |
Modifier and Type | Method and Description |
---|---|
protected static elemental.json.JsonObject |
BootstrapHandler.getApplicationParameters(BootstrapHandler.BootstrapContext 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) |
Copyright © 2019. All rights reserved.