We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.server.communication.
Class ServletBootstrapHandler
- java.lang.Object
-
- com.vaadin.server.SynchronizedRequestHandler
-
- com.vaadin.server.BootstrapHandler
-
- com.vaadin.server.communication.ServletBootstrapHandler
-
All Implemented Interfaces:
public class ServletBootstrapHandler extends BootstrapHandler
See Also:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vaadin.server.BootstrapHandler
BootstrapHandler.BootstrapContext
-
-
Field Summary
-
Fields inherited from class com.vaadin.server.BootstrapHandler
IGNORE_RESTART_PARAM
-
-
Constructor Summary
Constructors Constructor and Description ServletBootstrapHandler()
-
Method Summary
All Methods Modifier and Type Method and Description protected String
getServiceUrl(BootstrapHandler.BootstrapContext context)
String
getThemeName(BootstrapHandler.BootstrapContext context)
Override if required
-
Methods inherited from class com.vaadin.server.BootstrapHandler
appendMainScriptTagContents, canHandleRequest, findAndEscapeThemeName, getApplicationParameters, getMainDivStyle, getThemeUri, getWidgetsetForUI, synchronizedHandleRequest, writeError
-
Methods inherited from class com.vaadin.server.SynchronizedRequestHandler
handleRequest
-
-
-
-
Method Detail
-
getServiceUrl
protected String getServiceUrl(BootstrapHandler.BootstrapContext context)
Specified by:
getServiceUrl
in classBootstrapHandler
-
getThemeName
public String getThemeName(BootstrapHandler.BootstrapContext context)
Description copied from class:
BootstrapHandler
Override if required
Overrides:
getThemeName
in classBootstrapHandler
Returns:
-
-