|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.server.VaadinService
com.vaadin.server.VaadinServletService
com.vaadin.spring.server.SpringVaadinServletService
public class SpringVaadinServletService
Servlet service class that allows customization of the service URL (client-server communication base URL).
| Field Summary |
|---|
| Fields inherited from class com.vaadin.server.VaadinService |
|---|
URL_PARAMETER_CLOSE_APPLICATION, URL_PARAMETER_RESTART_APPLICATION |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
protected List<com.vaadin.server.RequestHandler> |
createRequestHandlers()
|
org.springframework.web.context.WebApplicationContext |
getWebApplicationContext()
Find the Spring web application context related to the servlet context. |
| Methods inherited from class com.vaadin.server.VaadinServletService |
|---|
getApplicationUrl, getBaseDirectory, getCancelingRelativePath, getConfiguredTheme, getConfiguredWidgetset, getCurrentResponse, getCurrentServletRequest, getMainDivId, getMimeType, getServiceName, getServlet, getStaticFileLocation, getThemeResourceAsStream, isStandalone, requestCanCreateSession |
| Methods inherited from class com.vaadin.server.VaadinService |
|---|
accessSession, 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, requestEnd, requestStart, runPendingAccessTasks, setClassLoader, setCurrent, setCurrentInstances, setDefaultClassLoader, setSystemMessagesProvider, storeSession, unlockSession, verifyNoOtherSessionLocked, writeStringResponse, writeToHttpSession |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public 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 default
com.vaadin.server.ServiceException| Method Detail |
|---|
protected 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||