Package io.jmix.flowui.testassist.vaadin
Class TestSpringServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.vaadin.flow.server.VaadinServlet
com.vaadin.flow.spring.SpringServlet
io.jmix.flowui.testassist.vaadin.TestSpringServlet
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class TestSpringServlet
extends com.vaadin.flow.spring.SpringServlet
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext
Fields inherited from class com.vaadin.flow.spring.SpringServlet
PROPERTY_NAMES
Fields inherited from class com.vaadin.flow.server.VaadinServlet
INTERNAL_VAADIN_SERVLET_VITE_DEV_MODE_FRONTEND_PATH
-
Constructor Summary
ConstructorDescriptionTestSpringServlet
(org.springframework.context.ApplicationContext context, boolean rootMapping) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.server.VaadinServletService
createServletService
(com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration) Methods inherited from class com.vaadin.flow.spring.SpringServlet
createDeploymentConfiguration, service
Methods inherited from class com.vaadin.flow.server.VaadinServlet
createDeploymentConfiguration, createServletService, createStaticFileHandler, createVaadinRequest, destroy, getCurrent, getFrontendMapping, getLastPathParameter, getService, getServletConfig, handleContextOrServletRootWithoutSlash, init, serveStaticOrWebJarRequest, servletInitialized
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletContext, getServletInfo, getServletName, init, log, log
-
Field Details
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
-
-
Constructor Details
-
TestSpringServlet
public TestSpringServlet(org.springframework.context.ApplicationContext context, boolean rootMapping)
-
-
Method Details
-
createServletService
protected com.vaadin.flow.server.VaadinServletService createServletService(com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration) throws com.vaadin.flow.server.ServiceException - Overrides:
createServletService
in classcom.vaadin.flow.spring.SpringServlet
- Throws:
com.vaadin.flow.server.ServiceException
-