Uses of Class
com.vaadin.flow.server.VaadinServlet
Packages that use VaadinServlet
-
Uses of VaadinServlet in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return VaadinServletModifier and TypeMethodDescriptionstatic VaadinServlet
VaadinServlet.getCurrent()
Gets the currently used Vaadin servlet.VaadinServletService.getServlet()
Retrieves a reference to the servlet associated with this service.Constructors in com.vaadin.flow.server with parameters of type VaadinServletModifierConstructorDescriptionVaadinServletService
(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration) Creates an instance connected to the given servlet and using the given configuration. -
Uses of VaadinServlet in com.vaadin.flow.spring
Subclasses of VaadinServlet in com.vaadin.flow.springModifier and TypeClassDescriptionclass
Spring application context aware Vaadin servlet implementation.Constructors in com.vaadin.flow.spring with parameters of type VaadinServletModifierConstructorDescriptionSpringVaadinServletService
(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration, org.springframework.context.ApplicationContext context) Creates an instance connected to the given servlet and using the given configuration with provided applicationcontext
. -
Uses of VaadinServlet in com.vaadin.testbench.unit.mocks
Subclasses of VaadinServlet in com.vaadin.testbench.unit.mocksModifier and TypeClassDescriptionclass
Makes sure that theMockSpringServlet.routes
are properly registered, and thatMockSpringServletService
is used instead of vanillaSpringVaadinServletService
.