public class SpringVaadinServletService
extends com.vaadin.server.VaadinServletService
| Constructor and Description |
|---|
SpringVaadinServletService(com.vaadin.server.VaadinServlet servlet,
com.vaadin.server.DeploymentConfiguration deploymentConfiguration,
String serviceUrl)
Create a servlet service instance that allows the use of a custom service
URL.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<com.vaadin.server.RequestHandler> |
createRequestHandlers() |
org.springframework.web.context.WebApplicationContext |
getWebApplicationContext()
Find the Spring web application context related to the servlet context.
|
getApplicationUrl, getBaseDirectory, getCancelingRelativePath, getConfiguredTheme, getConfiguredWidgetset, getContextRootRelativePath, getCurrentResponse, getCurrentServletRequest, getMainDivId, getMimeType, getServiceName, getServlet, getStaticFileLocation, getThemeResourceAsStream, isStandalone, requestCanCreateSessionaccessSession, addServiceDestroyListener, addSessionDestroyListener, addSessionInitListener, closeSession, createCriticalNotificationJSON, createVaadinSession, criticalNotification, destroy, ensureAccessQueuePurged, ensurePushAvailable, findUI, findVaadinSession, fireSessionDestroy, getClassLoader, getCurrent, getCurrentRequest, getDeploymentConfiguration, getExistingSession, getRequestHandlers, getServiceInitListeners, getSessionAttributeName, getSessionLock, getSystemMessages, getSystemMessagesProvider, handleRequest, handleSessionExpired, init, isAtmosphereAvailable, isCsrfTokenValid, isOtherSessionLocked, loadSession, lockSession, preserveUIOnRefresh, readFromHttpSession, reinitializeSession, removeFromHttpSession, removeServiceDestroyListener, removeSession, removeSessionDestroyListener, removeSessionInitListener, requestEnd, requestStart, runPendingAccessTasks, setClassLoader, setCurrent, setCurrentInstances, setDefaultClassLoader, setSystemMessagesProvider, storeSession, unlockSession, verifyNoOtherSessionLocked, writeStringResponse, writeToHttpSessionpublic SpringVaadinServletService(com.vaadin.server.VaadinServlet servlet,
com.vaadin.server.DeploymentConfiguration deploymentConfiguration,
String serviceUrl)
throws com.vaadin.server.ServiceException
servlet - deploymentConfiguration - serviceUrl - custom service URL to use (relative to context path, starting
with a slash) or null for defaultcom.vaadin.server.ServiceExceptionprotected List<com.vaadin.server.RequestHandler> createRequestHandlers() throws com.vaadin.server.ServiceException
createRequestHandlers in class com.vaadin.server.VaadinServletServicecom.vaadin.server.ServiceExceptionpublic org.springframework.web.context.WebApplicationContext getWebApplicationContext()
Copyright © 2017 Vaadin Ltd. All Rights Reserved.