public class CmsVaadinServletService extends com.vaadin.server.VaadinServletService
| Constructor and Description |
|---|
CmsVaadinServletService(com.vaadin.server.VaadinServlet servlet,
com.vaadin.server.DeploymentConfiguration deploymentConfiguration)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getThemeResourceAsStream(com.vaadin.ui.UI uI,
java.lang.String themeName,
java.lang.String resource) |
createRequestHandlers, getApplicationUrl, getBaseDirectory, getCancelingRelativePath, getConfiguredTheme, getConfiguredWidgetset, getContextRootRelativePath, getCurrentResponse, getCurrentServletRequest, getMainDivId, getMimeType, getServiceName, getServlet, getStaticFileLocation, isStandalone, requestCanCreateSessionaccessSession, addServiceDestroyListener, addSessionDestroyListener, addSessionInitListener, closeSession, createCriticalNotificationJSON, createVaadinSession, criticalNotification, destroy, ensureAccessQueuePurged, ensurePushAvailable, findUI, findVaadinSession, fireSessionDestroy, generateConnectorId, getClassLoader, getCurrent, getCurrentRequest, getDependencyFilters, getDeploymentConfiguration, getExistingSession, getRequestHandlers, getServiceInitListeners, getSessionAttributeName, getSessionLock, getSystemMessages, getSystemMessagesProvider, handleRequest, handleSessionExpired, init, initConnectorIdGenerator, initDependencyFilters, isAtmosphereAvailable, isCsrfTokenValid, isOtherSessionLocked, isUIActive, loadSession, lockSession, preserveUIOnRefresh, readFromHttpSession, reinitializeSession, removeFromHttpSession, removeServiceDestroyListener, removeSession, removeSessionDestroyListener, removeSessionInitListener, requestEnd, requestStart, runPendingAccessTasks, setClassLoader, setCurrent, setCurrentInstances, setDefaultClassLoader, setSystemMessagesProvider, storeSession, unlockSession, verifyNoOtherSessionLocked, writeStringResponse, writeToHttpSession, writeUncachedStringResponsepublic CmsVaadinServletService(com.vaadin.server.VaadinServlet servlet, com.vaadin.server.DeploymentConfiguration deploymentConfiguration) throws com.vaadin.server.ServiceException
servlet - the servlet instancedeploymentConfiguration - the deployment configurationcom.vaadin.server.ServiceException - if something goes wrongpublic java.io.InputStream getThemeResourceAsStream(com.vaadin.ui.UI uI, java.lang.String themeName, java.lang.String resource) throws java.io.IOException
getThemeResourceAsStream in class com.vaadin.server.VaadinServletServicejava.io.IOExceptionVaadinServletService.getThemeResourceAsStream(com.vaadin.ui.UI, java.lang.String, java.lang.String)