Uses of Class
com.vaadin.server.VaadinServlet
-
Packages that use VaadinServlet Package Description com.vaadin.server -
-
Uses of VaadinServlet in com.vaadin.server
Subclasses of VaadinServlet in com.vaadin.server Modifier and Type Class Description class
LegacyVaadinServlet
Methods in com.vaadin.server that return VaadinServlet Modifier and Type Method Description static VaadinServlet
VaadinServlet. getCurrent()
Gets the currently used Vaadin servlet.VaadinServlet
VaadinServletService. getServlet()
Retrieves a reference to the servlet associated with this service.Constructors in com.vaadin.server with parameters of type VaadinServlet Constructor Description VaadinServletService(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration)
-