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 VaadinServletVaadinServlet.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.