Uses of Interface
com.itmill.toolkit.service.ApplicationContext

Packages that use ApplicationContext
com.itmill.toolkit This package is the base of the IT Mill Toolkit. 
com.itmill.toolkit.terminal.web This package implement web terminal for both AJAX-capable and more limited web browsers. 
 

Uses of ApplicationContext in com.itmill.toolkit
 

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

Methods in com.itmill.toolkit with parameters of type ApplicationContext
 void Application.start(URL applicationUrl, Properties applicationProperties, ApplicationContext context)
          Starts the application on the given URL.After this call the application corresponds to the given URL and it will return windows when asked for them.
 

Uses of ApplicationContext in com.itmill.toolkit.terminal.web
 

Classes in com.itmill.toolkit.terminal.web that implement ApplicationContext
 class WebApplicationContext
          Web application context for the IT Mill Toolkit applications.
 



Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.