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 VaadinSession.getService()
           
 VaadinService SessionDestroyEvent.getService()
          Gets the Vaadin service from which the even originates.
 VaadinService VaadinRequest.getService()
          Gets the vaadin service for the context of this request.
 VaadinService UIProviderEvent.getService()
          Gets the Vaadin service from which the event originates.
 VaadinService VaadinResponse.getService()
          Gets the vaadin service for the context of this response.
 VaadinService SystemMessagesInfo.getService()
          Returns the service this SystemMessages request comes from.
 VaadinService SessionInitEvent.getService()
          Gets the Vaadin service from which this event originates
 VaadinService SessionDestroyEvent.getSource()
           
 VaadinService SessionInitEvent.getSource()
           
 

Methods in com.vaadin.server with parameters of type VaadinService
static void ServletPortletHelper.checkUiProviders(VaadinSession session, VaadinService vaadinService)
          Deprecated.  
static VaadinSession VaadinSession.getForSession(VaadinService service, WrappedSession underlyingSession)
          Deprecated. As of 7.0. Should be moved to a separate session storage class some day.
static void ServletPortletHelper.initDefaultUIProvider(VaadinSession session, VaadinService vaadinService)
          Deprecated.  
 void VaadinSession.removeFromSession(VaadinService service)
          Deprecated. As of 7.0. Should be moved to a separate session storage class some day.
static void VaadinService.setCurrent(VaadinService service)
          Sets the given Vaadin service as the current service.
 void SystemMessagesInfo.setService(VaadinService service)
           
 void VaadinSession.storeInSession(VaadinService service, WrappedSession session)
          Deprecated. As of 7.0. Should be moved to a separate session storage class some day.
 

Constructors in com.vaadin.server with parameters of type VaadinService
SessionDestroyEvent(VaadinService service, VaadinSession session)
          Creates a new event.
SessionInitEvent(VaadinService service, VaadinSession session, VaadinRequest request)
          Creates a new event.
VaadinSession(VaadinService service)
          Creates a new VaadinSession tied to a VaadinService.
 



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