Uses of Interface
com.vaadin.service.ApplicationContext

Packages that use ApplicationContext
com.vaadin The Vaadin base package. 
com.vaadin.terminal.gwt.server   
 

Uses of ApplicationContext in com.vaadin
 

Methods in com.vaadin that return ApplicationContext
 ApplicationContext Application.getContext()
          Gets the application context.
 

Methods in com.vaadin with parameters of type ApplicationContext
 void Application.start(URL applicationUrl, Properties applicationProperties, ApplicationContext context)
          Starts the application on the given URL.
 

Uses of ApplicationContext in com.vaadin.terminal.gwt.server
 

Classes in com.vaadin.terminal.gwt.server that implement ApplicationContext
 class AbstractWebApplicationContext
          Base class for web application contexts (including portlet contexts) that handles the common tasks.
 class PortletApplicationContext
           
 class PortletApplicationContext2
          TODO Write documentation, fix JavaDoc tags.
 class WebApplicationContext
          Web application context for Vaadin applications.
 

Methods in com.vaadin.terminal.gwt.server that return ApplicationContext
protected  ApplicationContext GAEApplicationServlet.getApplicationContext(HttpServletRequest request, com.google.appengine.api.memcache.MemcacheService memcache)
           
 



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