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 voidBootstrapHandler. appendMainScriptTagContents(BootstrapHandler.BootstrapContext context, StringBuilder builder)Deprecated.StringBootstrapHandler. findAndEscapeThemeName(BootstrapHandler.BootstrapContext context)Deprecated.Do not override.protected elemental.json.JsonObjectBootstrapHandler. getApplicationParameters(BootstrapHandler.BootstrapContext context)Deprecated.protected abstract StringBootstrapHandler. getContextRootPath(BootstrapHandler.BootstrapContext context)Deprecated.protected StringBootstrapHandler. getMainDivStyle(BootstrapHandler.BootstrapContext context)Deprecated.protected abstract StringBootstrapHandler. getServiceUrl(BootstrapHandler.BootstrapContext context)Deprecated.StringBootstrapHandler. getThemeName(BootstrapHandler.BootstrapContext context)Deprecated.Override if required.StringBootstrapHandler. getThemeUri(BootstrapHandler.BootstrapContext context, String themeName)Deprecated.Get the URI for the application theme.WidgetsetInfoBootstrapHandler. 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 StringServletBootstrapHandler. getContextRootPath(BootstrapHandler.BootstrapContext context)protected StringServletBootstrapHandler. getServiceUrl(BootstrapHandler.BootstrapContext context)StringServletBootstrapHandler. getThemeName(BootstrapHandler.BootstrapContext context)
-