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) |
createRequestHandlersensurePushAvailable, getApplicationUrl, getBaseDirectory, getCancelingRelativePath, getConfiguredTheme, getConfiguredWidgetset, getCurrentResponse, getCurrentServletRequest, getMainDivId, getMimeType, getServiceName, getServlet, getStaticFileLocation, getThemeResourceAsStream, isStandalone, requestCanCreateSessionaccessSession, addServiceDestroyListener, addSessionDestroyListener, addSessionInitListener, closeSession, createCriticalNotificationJSON, createVaadinSession, criticalNotification, destroy, ensureAccessQueuePurged, findUI, findVaadinSession, fireSessionDestroy, getClassLoader, getCurrent, getCurrentRequest, getDeploymentConfiguration, getExistingSession, getRequestHandlers, getSessionLock, getSystemMessages, getSystemMessagesProvider, handleRequest, handleSessionExpired, init, isCsrfTokenValid, isOtherSessionLocked, lockSession, preserveUIOnRefresh, reinitializeSession, removeServiceDestroyListener, removeSessionDestroyListener, removeSessionInitListener, runPendingAccessTasks, setClassLoader, setCurrent, setCurrentInstances, setDefaultClassLoader, setSystemMessagesProvider, unlockSession, verifyNoOtherSessionLocked, writeStringResponsepublic 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 © 2015. All rights reserved.