Uses of Class
com.vaadin.server.VaadinServletService

Packages that use VaadinServletService
com.vaadin.server   
com.vaadin.server.communication   
 

Uses of VaadinServletService in com.vaadin.server
 

Methods in com.vaadin.server that return VaadinServletService
protected  VaadinServletService VaadinServlet.createServletService(DeploymentConfiguration deploymentConfiguration)
           
 VaadinServletService VaadinServletRequest.getService()
           
protected  VaadinServletService VaadinServlet.getService()
          Gets a the vaadin service for this servlet.
 VaadinServletService VaadinServletResponse.getService()
           
 

Constructors in com.vaadin.server with parameters of type VaadinServletService
VaadinServletRequest(javax.servlet.http.HttpServletRequest request, VaadinServletService vaadinService)
          Wraps a http servlet request and associates with a vaadin service
VaadinServletResponse(javax.servlet.http.HttpServletResponse response, VaadinServletService vaadinService)
          Wraps a http servlet response and an associated vaadin service
 

Uses of VaadinServletService in com.vaadin.server.communication
 

Constructors in com.vaadin.server.communication with parameters of type VaadinServletService
PushHandler(VaadinServletService service)
           
PushRequestHandler(VaadinServletService service)
           
 



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