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 VaadinSession VaadinSession.getForSession(VaadinService service, WrappedSession underlyingSession)
          Deprecated. As of 7.0. Will likely change or be removed in a future version
 void VaadinSession.removeFromSession(VaadinService service)
          Deprecated. As of 7.0. Will likely change or be removed in a future version
 void SystemMessagesInfo.setService(VaadinService service)
           
 void VaadinSession.storeInSession(VaadinService service, WrappedSession session)
          Deprecated. As of 7.0. Will likely change or be removed in a future version
 

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)
          Create a new service session tied to a Vaadin service
 



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