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 elemental.json.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.Constructors in com.vaadin.server with parameters of type BootstrapHandler.BootstrapContext Constructor Description BootstrapUriResolver(BootstrapHandler.BootstrapContext bootstrapContext)
Creates a new bootstrap resolver based on the given bootstrap context. -
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. getContextRootPath(BootstrapHandler.BootstrapContext context)
protected String
ServletBootstrapHandler. getServiceUrl(BootstrapHandler.BootstrapContext context)
String
ServletBootstrapHandler. getThemeName(BootstrapHandler.BootstrapContext context)
-