Uses of Class
com.vaadin.server.VaadinServlet

Packages that use VaadinServlet
com.vaadin.server   
 

Uses of VaadinServlet in com.vaadin.server
 

Subclasses of VaadinServlet in com.vaadin.server
 class GAEVaadinServlet
          ApplicationServlet to be used when deploying to Google App Engine, in web.xml:
 class LegacyVaadinServlet
           
 

Methods in com.vaadin.server that return VaadinServlet
static VaadinServlet VaadinServlet.getCurrent()
          Gets the currently used Vaadin servlet.
protected  VaadinServlet VaadinServletService.getServlet()
           
 

Methods in com.vaadin.server with parameters of type VaadinServlet
static void VaadinServlet.setCurrent(VaadinServlet servlet)
          Sets the current Vaadin servlet.
 

Constructors in com.vaadin.server with parameters of type VaadinServlet
VaadinServletService(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration)
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.