| 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 elemental.json.JsonObject |
BootstrapHandler.getApplicationParameters(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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PortletBootstrapHandler.appendMainScriptTagContents(BootstrapHandler.BootstrapContext context,
StringBuilder builder) |
protected elemental.json.JsonObject |
PortletBootstrapHandler.getApplicationParameters(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 © 2016 Vaadin Ltd. All rights reserved.