Uses of Class
org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext

Packages that use AbstractOsgiBundleApplicationContext
org.springframework.osgi.context.support Support package for OSGi specific application contexts. 
org.springframework.osgi.web.context.support Support package for web-related application contexts. 
 

Uses of AbstractOsgiBundleApplicationContext in org.springframework.osgi.context.support
 

Subclasses of AbstractOsgiBundleApplicationContext in org.springframework.osgi.context.support
 class AbstractDelegatedExecutionApplicationContext
          OSGi-specific application context that delegates the execution of its life cycle methods to a different class.
 class OsgiBundleXmlApplicationContext
          Stand-alone XML application context, backed by an OSGi bundle.
 

Uses of AbstractOsgiBundleApplicationContext in org.springframework.osgi.web.context.support
 

Subclasses of AbstractOsgiBundleApplicationContext in org.springframework.osgi.web.context.support
 class OsgiBundleXmlWebApplicationContext
          OSGi variant for XmlWebApplicationContext.
 



Copyright © 2006-2011 Spring Framework. All Rights Reserved.