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