Uses of Class
com.vaadin.server.BootstrapHandler.BootstrapContext
-
Packages that use BootstrapHandler.BootstrapContext Package Description com.vaadin.server com.vaadin.server.communication -
-
Uses of BootstrapHandler.BootstrapContext in com.vaadin.server
Methods in com.vaadin.server with parameters of type BootstrapHandler.BootstrapContext Modifier and Type Method 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 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 requiredString
BootstrapHandler. getThemeUri(BootstrapHandler.BootstrapContext context, String themeName)
Deprecated.Get the URI for the application theme.WidgetsetInfo
BootstrapHandler. getWidgetsetForUI(BootstrapHandler.BootstrapContext context)
Deprecated. -
Uses of BootstrapHandler.BootstrapContext in com.vaadin.server.communication
Methods in com.vaadin.server.communication with parameters of type BootstrapHandler.BootstrapContext Modifier and Type Method Description protected String
ServletBootstrapHandler. getServiceUrl(BootstrapHandler.BootstrapContext context)
String
ServletBootstrapHandler. getThemeName(BootstrapHandler.BootstrapContext context)
-