Uses of Interface
com.vaadin.server.VaadinService

Packages that use VaadinService
com.vaadin.server   
 

Uses of VaadinService in com.vaadin.server
 

Classes in com.vaadin.server that implement VaadinService
 class AbstractVaadinService
          Abstract implementation of VaadinService that takes care of those parts that are common to both servlets and portlets.
static class VaadinPortlet.PortletService
           
static class VaadinServlet.ServletService
           
 

Methods in com.vaadin.server that return VaadinService
 VaadinService AddonContext.getVaadinService()
          Gets the vaadin service for this context.
 VaadinService WrappedRequest.getVaadinService()
          Gets the vaadin service for the context of this request.
 VaadinService CombinedRequest.getVaadinService()
           
 VaadinService WrappedResponse.getVaadinService()
          Gets the vaadin service for the context of this response.
 

Constructors in com.vaadin.server with parameters of type VaadinService
AddonContext(VaadinService vaadinService)
          Creates a new context using a given vaadin service.
 



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