public class MprServletService
extends com.vaadin.server.VaadinServletService
| Constructor and Description |
|---|
MprServletService(com.vaadin.server.VaadinServlet servlet,
com.vaadin.server.DeploymentConfiguration deploymentConfiguration)
MprServletService constuctor.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
accessSession(com.vaadin.server.VaadinSession session,
Runnable runnable) |
protected List<com.vaadin.server.RequestHandler> |
createRequestHandlers() |
protected com.vaadin.server.VaadinSession |
createVaadinSession(com.vaadin.server.VaadinRequest request) |
static String |
getFrameworkVersion() |
static String |
getMprVersion() |
String |
getServiceName() |
void |
requestEnd(com.vaadin.server.VaadinRequest request,
com.vaadin.server.VaadinResponse response,
com.vaadin.server.VaadinSession session) |
getApplicationUrl, getBaseDirectory, getCancelingRelativePath, getConfiguredTheme, getConfiguredWidgetset, getCurrentResponse, getCurrentServletRequest, getMainDivId, getMimeType, getServlet, getStaticFileLocation, getThemeResourceAsStream, isStandalone, requestCanCreateSessionaddServiceDestroyListener, addSessionDestroyListener, addSessionInitListener, closeSession, createCriticalNotificationJSON, criticalNotification, destroy, ensureAccessQueuePurged, ensurePushAvailable, findUI, findVaadinSession, fireSessionDestroy, getClassLoader, getCurrent, getCurrentRequest, getDeploymentConfiguration, getExistingSession, getLockAttributeName, getRequestHandlers, getSessionAttributeName, getSessionLock, getSystemMessages, getSystemMessagesProvider, handleRequest, handleSessionExpired, init, isAtmosphereAvailable, isCsrfTokenValid, isOtherSessionLocked, loadSession, lockSession, preserveUIOnRefresh, readFromHttpSession, reinitializeSession, removeFromHttpSession, removeServiceDestroyListener, removeSession, removeSessionDestroyListener, removeSessionInitListener, requestStart, runPendingAccessTasks, setClassLoader, setCurrent, setCurrentInstances, setDefaultClassLoader, setSessionLock, setSystemMessagesProvider, storeSession, unlockSession, verifyNoOtherSessionLocked, writeStringResponse, writeToHttpSessionpublic MprServletService(com.vaadin.server.VaadinServlet servlet,
com.vaadin.server.DeploymentConfiguration deploymentConfiguration)
throws com.vaadin.server.ServiceException
servlet - Legacy servlet instancedeploymentConfiguration - Legacy deployment configuration instancecom.vaadin.server.ServiceException - Service exceptionpublic static String getMprVersion()
public static String getFrameworkVersion()
public String getServiceName()
getServiceName in class com.vaadin.server.VaadinServletServicepublic Future<Void> accessSession(com.vaadin.server.VaadinSession session, Runnable runnable)
accessSession in class com.vaadin.server.VaadinServiceprotected List<com.vaadin.server.RequestHandler> createRequestHandlers() throws com.vaadin.server.ServiceException
createRequestHandlers in class com.vaadin.server.VaadinServletServicecom.vaadin.server.ServiceExceptionprotected com.vaadin.server.VaadinSession createVaadinSession(com.vaadin.server.VaadinRequest request)
throws com.vaadin.server.ServiceException
createVaadinSession in class com.vaadin.server.VaadinServicecom.vaadin.server.ServiceExceptionpublic void requestEnd(com.vaadin.server.VaadinRequest request,
com.vaadin.server.VaadinResponse response,
com.vaadin.server.VaadinSession session)
requestEnd in class com.vaadin.server.VaadinServiceCopyright © 2018–2023 Vaadin Ltd. All rights reserved.