Class SpringVaadinServletService

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MockSpringServletService

public class SpringVaadinServletService extends VaadinServletService
Spring application context aware Vaadin servlet service implementation.
Author:
Vaadin Ltd
See Also:
  • Constructor Details

    • SpringVaadinServletService

      public SpringVaadinServletService(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration, org.springframework.context.ApplicationContext context)
      Creates an instance connected to the given servlet and using the given configuration with provided application context.
      Parameters:
      servlet - the servlet which receives requests
      deploymentConfiguration - the configuration to use
      context - the Spring application context
  • Method Details