Uses of Interface
org.springframework.osgi.context.DelegatedExecutionOsgiBundleApplicationContext

Packages that use DelegatedExecutionOsgiBundleApplicationContext
org.springframework.osgi.context.support Support package for OSGi specific application contexts. 
org.springframework.osgi.extender Extender package for bootstraping application contexts from OSGi bundles. 
org.springframework.osgi.extender.support Support package for Spring-DM Extender infrastructure. 
org.springframework.osgi.web.context.support Support package for web-related application contexts. 
 

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

Classes in org.springframework.osgi.context.support that implement DelegatedExecutionOsgiBundleApplicationContext
 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 DelegatedExecutionOsgiBundleApplicationContext in org.springframework.osgi.extender
 

Methods in org.springframework.osgi.extender that return DelegatedExecutionOsgiBundleApplicationContext
 DelegatedExecutionOsgiBundleApplicationContext OsgiApplicationContextCreator.createApplicationContext(BundleContext bundleContext)
          Creates an application context for the given bundle context.
 

Uses of DelegatedExecutionOsgiBundleApplicationContext in org.springframework.osgi.extender.support
 

Methods in org.springframework.osgi.extender.support that return DelegatedExecutionOsgiBundleApplicationContext
 DelegatedExecutionOsgiBundleApplicationContext ConditionalApplicationContextCreator.createApplicationContext(BundleContext bundleContext)
           
 DelegatedExecutionOsgiBundleApplicationContext DefaultOsgiApplicationContextCreator.createApplicationContext(BundleContext bundleContext)
           
 

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

Classes in org.springframework.osgi.web.context.support that implement DelegatedExecutionOsgiBundleApplicationContext
 class OsgiBundleXmlWebApplicationContext
          OSGi variant for XmlWebApplicationContext.
 



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