com.vaadin.server.

Class LegacyVaadinServlet

    • Constructor Detail

      • LegacyVaadinServlet

        public LegacyVaadinServlet()
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig servletConfig)
                  throws javax.servlet.ServletException

        Description copied from class: VaadinServlet

        Called by the servlet container to indicate to a servlet that the servlet is being placed into service.

        Specified by:

        init in interface javax.servlet.Servlet

        Overrides:

        init in class VaadinServlet

        Parameters:

        servletConfig - the object containing the servlet's configuration and initialization parameters

        Throws:

        javax.servlet.ServletException - if an exception has occurred that interferes with the servlet's normal operation.

      • getNewApplication

        protected LegacyApplication getNewApplication​(javax.servlet.http.HttpServletRequest request)
                                               throws javax.servlet.ServletException

        Throws:

        javax.servlet.ServletException

      • shouldCreateApplication

        protected boolean shouldCreateApplication​(javax.servlet.http.HttpServletRequest request)
                                           throws javax.servlet.ServletException

        Throws:

        javax.servlet.ServletException