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
-
-
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 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:
-
-