Package 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:
RequestHandler,Serializable
public class ServletBootstrapHandler extends BootstrapHandler
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vaadin.server.BootstrapHandler
BootstrapHandler.BootstrapContext, BootstrapHandler.BootstrapUriResolver
-
-
Field Summary
-
Fields inherited from class com.vaadin.server.BootstrapHandler
IGNORE_RESTART_PARAM
-
-
Constructor Summary
Constructors Constructor Description ServletBootstrapHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetContextRootPath(BootstrapHandler.BootstrapContext context)protected StringgetServiceUrl(BootstrapHandler.BootstrapContext context)StringgetThemeName(BootstrapHandler.BootstrapContext context)Override if required.-
Methods inherited from class com.vaadin.server.BootstrapHandler
appendMainScriptTagContents, canHandleRequest, findAndEscapeThemeName, getApplicationParameters, getMainDivStyle, getThemeUri, getWidgetsetForUI, resolveFrontendUrl, synchronizedHandleRequest, writeError
-
Methods inherited from class com.vaadin.server.SynchronizedRequestHandler
handleRequest
-
-
-
-
Method Detail
-
getServiceUrl
protected String getServiceUrl(BootstrapHandler.BootstrapContext context)
- Specified by:
getServiceUrlin classBootstrapHandler
-
getThemeName
public String getThemeName(BootstrapHandler.BootstrapContext context)
Description copied from class:BootstrapHandlerOverride if required.- Overrides:
getThemeNamein classBootstrapHandler- Returns:
-
getContextRootPath
protected String getContextRootPath(BootstrapHandler.BootstrapContext context)
- Specified by:
getContextRootPathin classBootstrapHandler
-
-