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 VaadinService.VaadinServiceData.getService()
          Gets the Vaadin service that this data belongs to.
 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 SessionInitEvent.getSource()
           
 VaadinService SessionDestroyEvent.getSource()
           
 

Methods in com.vaadin.server with parameters of type VaadinService
 VaadinService.VaadinServiceData VaadinSession.getServiceData(VaadinService vaadinService)
          Gets the data stored for the passed Vaadin service.
 boolean VaadinSession.hasVaadinServiceData(VaadinService vaadinService)
          Checks whether there this session has any Vaadin service data for a particular Vaadin service.
 

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, VaadinSession session)
          Creates a new event.
SessionInitEvent(VaadinService service, VaadinSession session, VaadinRequest request)
          Creates a new event.
VaadinService.VaadinServiceData(VaadinService vaadinService)
          Create a new service data object for the given Vaadin service
 



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