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 SummaryFieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextFields inherited from class com.vaadin.flow.spring.SpringServletPROPERTY_NAMESFields inherited from class com.vaadin.flow.server.VaadinServletINTERNAL_VAADIN_SERVLET_VITE_DEV_MODE_FRONTEND_PATH
- 
Constructor SummaryConstructorsConstructorDescriptionTestSpringServlet(org.springframework.context.ApplicationContext context, boolean rootMapping) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected com.vaadin.flow.server.VaadinServletServicecreateServletService(com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration) Methods inherited from class com.vaadin.flow.spring.SpringServletcreateDeploymentConfiguration, serviceMethods inherited from class com.vaadin.flow.server.VaadinServletcreateDeploymentConfiguration, createServletService, createStaticFileHandler, createVaadinRequest, destroy, getCurrent, getFrontendMapping, getLastPathParameter, getService, getServletConfig, handleContextOrServletRootWithoutSlash, init, serveStaticOrWebJarRequest, servletInitializedMethods inherited from class javax.servlet.http.HttpServletdoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, serviceMethods inherited from class javax.servlet.GenericServletgetInitParameter, getInitParameterNames, getServletContext, getServletInfo, getServletName, init, log, log
- 
Field Details- 
applicationContextprotected org.springframework.context.ApplicationContext applicationContext
 
- 
- 
Constructor Details- 
TestSpringServletpublic TestSpringServlet(org.springframework.context.ApplicationContext context, boolean rootMapping) 
 
- 
- 
Method Details- 
createServletServiceprotected com.vaadin.flow.server.VaadinServletService createServletService(com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration) throws com.vaadin.flow.server.ServiceException - Overrides:
- createServletServicein class- com.vaadin.flow.spring.SpringServlet
- Throws:
- com.vaadin.flow.server.ServiceException
 
 
-