We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.spring.SpringServlet
Packages that use SpringServlet
-
Uses of SpringServlet in com.vaadin.flow.spring
Methods in com.vaadin.flow.spring that return types with arguments of type SpringServletModifier and TypeMethodDescriptionstatic org.springframework.boot.web.servlet.ServletRegistrationBean<SpringServlet>
SpringBootAutoConfiguration.configureServletRegistrationBean
(org.springframework.beans.factory.ObjectProvider<jakarta.servlet.MultipartConfigElement> multipartConfig, VaadinConfigurationProperties configurationProperties, SpringServlet servletInstance) org.springframework.boot.web.servlet.ServletRegistrationBean<SpringServlet>
SpringBootAutoConfiguration.servletRegistrationBean
(org.springframework.beans.factory.ObjectProvider<jakarta.servlet.MultipartConfigElement> multipartConfig, VaadinConfigurationProperties configurationProperties) Creates a
ServletRegistrationBean
instance with Spring aware Vaadin servlet.Methods in com.vaadin.flow.spring with parameters of type SpringServletModifier and TypeMethodDescriptionstatic org.springframework.boot.web.servlet.ServletRegistrationBean<SpringServlet>
SpringBootAutoConfiguration.configureServletRegistrationBean
(org.springframework.beans.factory.ObjectProvider<jakarta.servlet.MultipartConfigElement> multipartConfig, VaadinConfigurationProperties configurationProperties, SpringServlet servletInstance) -
Uses of SpringServlet in com.vaadin.testbench.unit.mocks
Subclasses of SpringServlet in com.vaadin.testbench.unit.mocksModifier and TypeClassDescriptionclass
Makes sure that the
MockSpringServlet.routes
are properly registered, and thatMockSpringServletService
is used instead of vanillaSpringVaadinServletService
.