Class SOServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.vaadin.flow.server.VaadinServlet
com.storedobject.ui.util.SOServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

@WebServlet(urlPatterns="/*", name="SO Application", asyncSupported=true, loadOnStartup=0, initParams=@WebInitParam(name="closeIdleSessions",value="true")) public class SOServlet extends com.vaadin.flow.server.VaadinServlet
See Also: