Package io.jmix.flowui.devserver.servlet
Class JmixVaadinServletService
java.lang.Object
com.vaadin.flow.server.VaadinService
com.vaadin.flow.server.VaadinServletService
io.jmix.flowui.devserver.servlet.JmixVaadinServletService
- All Implemented Interfaces:
- Serializable
public class JmixVaadinServletService
extends com.vaadin.flow.server.VaadinServletService
- See Also:
- 
Field SummaryFields inherited from class com.vaadin.flow.server.VaadinServiceATMOSPHERE_MISSING_ERROR, INVALID_ATMOSPHERE_VERSION_WARNING
- 
Constructor SummaryConstructorsConstructorDescriptionJmixVaadinServletService(com.vaadin.flow.server.VaadinServlet servlet, com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected List<com.vaadin.flow.server.RequestHandler>voidhandleRequest(com.vaadin.flow.server.VaadinRequest request, com.vaadin.flow.server.VaadinResponse response) Methods inherited from class com.vaadin.flow.server.VaadinServletServiceconstructVaadinContext, getContextRootRelativePath, getCurrentResponse, getCurrentServletRequest, getMainDivId, getMimeType, getPwaRegistry, getResource, getResourceAsStream, getResourceInServletContext, getRouteRegistry, getServiceName, getServlet, getStaticResource, requestCanCreateSession, resolveResource, setDefaultClassLoaderMethods inherited from class com.vaadin.flow.server.VaadinServiceaccessSession, addServiceDestroyListener, addSessionDestroyListener, addSessionInitListener, addUIInitListener, closeSession, createCriticalNotificationJSON, createCriticalNotificationJSON, createInstantiator, createSessionExpiredJSON, createUINotFoundJSON, createVaadinRequestInterceptors, createVaadinSession, 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, handleSessionExpired, init, isAtmosphereAvailable, isCsrfTokenValid, isOtherSessionLocked, isResourceAvailable, isUIActive, loadInstantiators, loadSession, lockSession, modifyIndexHtmlResponse, readFromHttpSession, reinitializeSession, removeFromHttpSession, removeSession, requestEnd, requestStart, runPendingAccessTasks, setBootstrapInitialPredicate, setBootstrapUrlPredicate, setClassLoader, setCurrent, setCurrentInstances, setSystemMessagesProvider, storeSession, unlockSession, verifyNoOtherSessionLocked, writeStringResponse, writeToHttpSession, writeUncachedStringResponse
- 
Constructor Details- 
JmixVaadinServletServicepublic JmixVaadinServletService(com.vaadin.flow.server.VaadinServlet servlet, com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration) 
 
- 
- 
Method Details- 
createRequestHandlersprotected List<com.vaadin.flow.server.RequestHandler> createRequestHandlers() throws com.vaadin.flow.server.ServiceException- Overrides:
- createRequestHandlersin class- com.vaadin.flow.server.VaadinServletService
- Throws:
- com.vaadin.flow.server.ServiceException
 
- 
handleRequestpublic void handleRequest(com.vaadin.flow.server.VaadinRequest request, com.vaadin.flow.server.VaadinResponse response) - Overrides:
- handleRequestin class- com.vaadin.flow.server.VaadinService
 
 
-