| Package | Description |
|---|---|
| com.vaadin.server | |
| com.vaadin.server.communication |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BootstrapHandler.appendMainScriptTagContents(BootstrapHandler.BootstrapContext context,
StringBuilder builder)
Deprecated.
|
String |
BootstrapHandler.findAndEscapeThemeName(BootstrapHandler.BootstrapContext context)
Deprecated.
Do not override.
|
protected JsonObject |
BootstrapHandler.getApplicationParameters(BootstrapHandler.BootstrapContext context)
Deprecated.
|
protected abstract String |
BootstrapHandler.getContextRootPath(BootstrapHandler.BootstrapContext context)
Deprecated.
|
protected String |
BootstrapHandler.getMainDivStyle(BootstrapHandler.BootstrapContext context)
Deprecated.
|
protected abstract String |
BootstrapHandler.getServiceUrl(BootstrapHandler.BootstrapContext context)
Deprecated.
|
String |
BootstrapHandler.getThemeName(BootstrapHandler.BootstrapContext context)
Deprecated.
Override if required.
|
String |
BootstrapHandler.getThemeUri(BootstrapHandler.BootstrapContext context,
String themeName)
Deprecated.
Get the URI for the application theme.
|
WidgetsetInfo |
BootstrapHandler.getWidgetsetForUI(BootstrapHandler.BootstrapContext context)
Deprecated.
|
| Constructor and Description |
|---|
BootstrapUriResolver(BootstrapHandler.BootstrapContext bootstrapContext)
Creates a new bootstrap resolver based on the given bootstrap
context.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PortletBootstrapHandler.appendMainScriptTagContents(BootstrapHandler.BootstrapContext context,
StringBuilder builder) |
protected JsonObject |
PortletBootstrapHandler.getApplicationParameters(BootstrapHandler.BootstrapContext context) |
protected String |
ServletBootstrapHandler.getContextRootPath(BootstrapHandler.BootstrapContext context) |
protected String |
PortletBootstrapHandler.getContextRootPath(BootstrapHandler.BootstrapContext context) |
protected String |
PortletBootstrapHandler.getMainDivStyle(BootstrapHandler.BootstrapContext context) |
protected String |
ServletBootstrapHandler.getServiceUrl(BootstrapHandler.BootstrapContext context) |
protected String |
PortletBootstrapHandler.getServiceUrl(BootstrapHandler.BootstrapContext context) |
String |
ServletBootstrapHandler.getThemeName(BootstrapHandler.BootstrapContext context) |
Copyright © 2019 Vaadin Ltd. All rights reserved.