Package io.jmix.flowui.testassist.vaadin
Class TestSpringVaadinServletService
java.lang.Object
com.vaadin.flow.server.VaadinService
com.vaadin.flow.server.VaadinServletService
com.vaadin.flow.spring.SpringVaadinServletService
io.jmix.flowui.testassist.vaadin.TestSpringVaadinServletService
- All Implemented Interfaces:
- Serializable
public class TestSpringVaadinServletService
extends com.vaadin.flow.spring.SpringVaadinServletService
Disables atmosphere because testing server-side 
View does not require
 connection with client-side.- See Also:
- 
Field SummaryFields inherited from class com.vaadin.flow.server.VaadinServiceATMOSPHERE_MISSING_ERROR, INVALID_ATMOSPHERE_VERSION_WARNING
- 
Constructor SummaryConstructorsConstructorDescriptionTestSpringVaadinServletService(com.vaadin.flow.server.VaadinServlet servlet, com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration, org.springframework.context.ApplicationContext context) 
- 
Method SummaryMethods inherited from class com.vaadin.flow.spring.SpringVaadinServletServicecreateVaadinSession, getStaticResource, init, loadInstantiatorsMethods inherited from class com.vaadin.flow.server.VaadinServletServiceconstructVaadinContext, createRequestHandlers, getContextRootRelativePath, getCurrentResponse, getCurrentServletRequest, getMainDivId, getMimeType, getPwaRegistry, getResource, getResourceAsStream, getResourceInServletContext, getRouteRegistry, getServiceName, getServlet, requestCanCreateSession, resolveResource, setDefaultClassLoaderMethods inherited from class com.vaadin.flow.server.VaadinServiceaccessSession, addServiceDestroyListener, addSessionDestroyListener, addSessionInitListener, addUIInitListener, closeSession, createCriticalNotificationJSON, createCriticalNotificationJSON, createInstantiator, createSessionExpiredJSON, createUINotFoundJSON, createVaadinRequestInterceptors, destroy, ensureAccessQueuePurged, ensurePushAvailable, findUI, findVaadinSession, fireSessionDestroy, fireUIInitListeners, getBootstrapInitialPredicate, getBootstrapUrlPredicate, getClassLoader, getContext, getCsrfTokenAttributeName, getCurrent, getCurrentRequest, getDependencyFilters, getDeploymentConfiguration, getExistingSession, getInstantiator, getRequestHandlers, getRouter, getSessionAttributeName, getSessionLock, getSystemMessages, getSystemMessagesProvider, getVaadinRequestInterceptors, handleRequest, handleSessionExpired, isCsrfTokenValid, isOtherSessionLocked, isResourceAvailable, isUIActive, loadSession, lockSession, modifyIndexHtmlResponse, readFromHttpSession, reinitializeSession, removeFromHttpSession, removeSession, requestEnd, requestStart, runPendingAccessTasks, setBootstrapInitialPredicate, setBootstrapUrlPredicate, setClassLoader, setCurrent, setCurrentInstances, setSystemMessagesProvider, storeSession, unlockSession, verifyNoOtherSessionLocked, writeStringResponse, writeToHttpSession, writeUncachedStringResponse
- 
Constructor Details- 
TestSpringVaadinServletServicepublic TestSpringVaadinServletService(com.vaadin.flow.server.VaadinServlet servlet, com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration, org.springframework.context.ApplicationContext context) 
 
- 
- 
Method Details- 
isAtmosphereAvailableprotected boolean isAtmosphereAvailable()- Overrides:
- isAtmosphereAvailablein class- com.vaadin.flow.server.VaadinService
 
 
-