Package io.jmix.flowui.devserver.servlet
Class JmixVaadinServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.vaadin.flow.server.VaadinServlet
io.jmix.flowui.devserver.servlet.JmixVaadinServlet
- All Implemented Interfaces:
- jakarta.servlet.Servlet,- jakarta.servlet.ServletConfig,- Serializable
@WebServlet(urlPatterns="/*")
public class JmixVaadinServlet
extends com.vaadin.flow.server.VaadinServlet
Used in Studio.
- See Also:
- 
Field SummaryFields inherited from class com.vaadin.flow.server.VaadinServletINTERNAL_VAADIN_SERVLET_VITE_DEV_MODE_FRONTEND_PATHFields inherited from class jakarta.servlet.http.HttpServletLEGACY_DO_HEAD
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.vaadin.flow.server.VaadinServletServicecreateServletService(com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration) Methods inherited from class com.vaadin.flow.server.VaadinServletcreateDeploymentConfiguration, createDeploymentConfiguration, createServletService, createStaticFileHandler, createVaadinRequest, destroy, getCurrent, getFrontendMapping, getLastPathParameter, getService, getServletConfig, handleContextOrServletRootWithoutSlash, init, serveStaticOrWebJarRequest, service, servletInitialized, whenFrontendMappingAvailableMethods inherited from class jakarta.servlet.http.HttpServletdoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, serviceMethods inherited from class jakarta.servlet.GenericServletgetInitParameter, getInitParameterNames, getServletContext, getServletInfo, getServletName, init, log, log
- 
Constructor Details- 
JmixVaadinServletpublic JmixVaadinServlet()
 
- 
- 
Method Details- 
createServletServicepublic com.vaadin.flow.server.VaadinServletService createServletService(com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration) throws com.vaadin.flow.server.ServiceException - Overrides:
- createServletServicein class- com.vaadin.flow.server.VaadinServlet
- Throws:
- com.vaadin.flow.server.ServiceException
 
 
-