Uses of Class
com.vaadin.server.VaadinService

Packages that use VaadinService
com.vaadin.server   
 

Uses of VaadinService in com.vaadin.server
 

Subclasses of VaadinService in com.vaadin.server
 class VaadinPortletService
           
 class VaadinServletService
           
 

Methods in com.vaadin.server that return VaadinService
static VaadinService VaadinService.getCurrent()
          Gets the currently used Vaadin service.
 VaadinService AddonContext.getService()
          Gets the vaadin service for this context.
 VaadinService SessionInitEvent.getService()
          Gets the Vaadin service from which this event originates
 VaadinService SessionDestroyEvent.getService()
          Gets the Vaadin service from which the even originates.
 VaadinService CombinedRequest.getService()
           
 VaadinService UIProviderEvent.getService()
          Gets the Vaadin service from which the event originates.
 VaadinService VaadinRequest.getService()
          Gets the vaadin service for the context of this request.
 VaadinService VaadinResponse.getService()
          Gets the vaadin service for the context of this response.
 VaadinService VaadinServiceSession.getService()
           
 VaadinService SessionInitEvent.getSource()
           
 VaadinService SessionDestroyEvent.getSource()
           
 

Methods in com.vaadin.server with parameters of type VaadinService
static VaadinServiceSession VaadinServiceSession.getForSession(VaadinService service, WrappedSession underlyingSession)
          Deprecated. might be refactored or removed before 7.0.0
 void VaadinServiceSession.removeFromSession(VaadinService service)
          Deprecated. might be refactored or removed before 7.0.0
 void VaadinServiceSession.storeInSession(VaadinService service, WrappedSession session)
          Deprecated. might be refactored or removed before 7.0.0
 

Constructors in com.vaadin.server with parameters of type VaadinService
AddonContext(VaadinService vaadinService)
          Creates a new context using a given vaadin service.
SessionDestroyEvent(VaadinService service, VaadinServiceSession session)
          Creates a new event.
SessionInitEvent(VaadinService service, VaadinServiceSession session, VaadinRequest request)
          Creates a new event.
VaadinServiceSession(VaadinService service)
          Create a new service session tied to a Vaadin service
 



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