public class Vaadin4SpringServletService
extends com.vaadin.spring.server.SpringVaadinServletService
SpringVaadinServletService that adds support
for VaadinRequestStartListeners and VaadinRequestEndListeners.URL_PARAMETER_CLOSE_APPLICATION, URL_PARAMETER_RESTART_APPLICATION| Constructor and Description |
|---|
Vaadin4SpringServletService(VaadinServlet servlet,
DeploymentConfiguration deploymentConfiguration,
String serviceUrl)
Create a servlet service instance that allows the use of a custom service
URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
requestEnd(VaadinRequest request,
VaadinResponse response,
VaadinSession session) |
void |
requestStart(VaadinRequest request,
VaadinResponse response) |
createRequestHandlersgetApplicationUrl, getBaseDirectory, getCancelingRelativePath, getConfiguredTheme, getConfiguredWidgetset, 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, getSessionAttributeName, getSessionLock, getSystemMessages, getSystemMessagesProvider, handleRequest, handleSessionExpired, init, isAtmosphereAvailable, isCsrfTokenValid, isOtherSessionLocked, loadSession, lockSession, preserveUIOnRefresh, readFromHttpSession, reinitializeSession, removeFromHttpSession, removeServiceDestroyListener, removeSession, removeSessionDestroyListener, removeSessionInitListener, runPendingAccessTasks, setClassLoader, setCurrent, setCurrentInstances, setDefaultClassLoader, setSystemMessagesProvider, storeSession, unlockSession, verifyNoOtherSessionLocked, writeStringResponse, writeToHttpSessionpublic Vaadin4SpringServletService(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration, String serviceUrl) throws ServiceException
servlet - deploymentConfiguration - serviceUrl - custom service URL to use (relative to context path, starting
with a slash) or null for defaultServiceExceptionpublic void requestStart(VaadinRequest request, VaadinResponse response)
requestStart in class VaadinServicepublic void requestEnd(VaadinRequest request, VaadinResponse response, VaadinSession session)
requestEnd in class VaadinServiceCopyright © 2016. All rights reserved.