Uses of Class
com.vaadin.server.AddonContext

Packages that use AddonContext
com.vaadin.server   
 

Uses of AddonContext in com.vaadin.server
 

Methods in com.vaadin.server that return AddonContext
 AddonContext VaadinService.getAddonContext()
           
 AddonContext AbstractVaadinService.getAddonContext()
           
 AddonContext AddonContextEvent.getAddonContext()
          Gets the add-on context that created this event.
 AddonContext ApplicationStartedEvent.getContext()
          Gets the add-on context from which this event originated.
 

Methods in com.vaadin.server with parameters of type AddonContext
 void VaadinService.setAddonContext(AddonContext vaadinContext)
           
 void AbstractVaadinService.setAddonContext(AddonContext addonContext)
           
 

Constructors in com.vaadin.server with parameters of type AddonContext
AddonContextEvent(AddonContext source)
          Creates a new event for the given add-on context.
ApplicationStartedEvent(AddonContext context, VaadinSession application)
          Creates a new event.
 



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