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
-
Nested classes/interfaces inherited from class com.vaadin.server.SynchronizedRequestHandler
SynchronizedRequestHandler.ResponseWriter
-
-
Field Summary
-
Fields inherited from class com.vaadin.server.BootstrapHandler
IGNORE_RESTART_PARAM
-
Fields inherited from class com.vaadin.server.SynchronizedRequestHandler
MAX_BUFFER_SIZE
-
-
Constructor Summary
Constructors Constructor Description ServletBootstrapHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getContextRootPath(BootstrapHandler.BootstrapContext context)
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, resolveFrontendUrl, synchronizedHandleRequest, writeError
-
Methods inherited from class com.vaadin.server.SynchronizedRequestHandler
getRequestBody, handleRequest, isReadAndWriteOutsideSessionLock, synchronizedHandleRequest
-
-
-
-
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:
-
getContextRootPath
protected String getContextRootPath(BootstrapHandler.BootstrapContext context)
- Specified by:
getContextRootPath
in classBootstrapHandler
-
-