Uses of Package
org.springframework.osgi.context

Packages that use org.springframework.osgi.context
org.springframework.osgi.bundle OSGi Bundle support package. 
org.springframework.osgi.compendium.cm Support classes for the OSGi Compendium Admin service. 
org.springframework.osgi.context OSGi specific application context package. 
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.extensions.annotation Annotation Extensions: Allows declarative injection of OSGi services through annotation. 
org.springframework.osgi.service.exporter.support Support package for exporting objects as OSGi services. 
org.springframework.osgi.service.importer.support Support package for OSGi service imports. 
org.springframework.osgi.web.context.support Support package for web-related application contexts. 
org.springframework.osgi.web.deployer.jetty Jetty deployer package. 
org.springframework.osgi.web.deployer.support Deployer support package. 
org.springframework.osgi.web.deployer.tomcat Tomcat deployer package. 
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.bundle
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.compendium.cm
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.context
ConfigurableOsgiBundleApplicationContext
          Interface that extends ConfigurableApplicationContext to provides OSGi specific functionality.
OsgiBundleApplicationContextExecutor
          DelegatedExecutionOsgiBundleApplicationContext executor.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.context.support
ConfigurableOsgiBundleApplicationContext
          Interface that extends ConfigurableApplicationContext to provides OSGi specific functionality.
DelegatedExecutionOsgiBundleApplicationContext
          Interface that redirect the application context crucial methods to a third party executor to allow the initialization to be executed in stages.
OsgiBundleApplicationContextExecutor
          DelegatedExecutionOsgiBundleApplicationContext executor.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.extender
DelegatedExecutionOsgiBundleApplicationContext
          Interface that redirect the application context crucial methods to a third party executor to allow the initialization to be executed in stages.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.extender.support
DelegatedExecutionOsgiBundleApplicationContext
          Interface that redirect the application context crucial methods to a third party executor to allow the initialization to be executed in stages.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.extensions.annotation
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.service.exporter.support
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.service.importer.support
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.web.context.support
ConfigurableOsgiBundleApplicationContext
          Interface that extends ConfigurableApplicationContext to provides OSGi specific functionality.
DelegatedExecutionOsgiBundleApplicationContext
          Interface that redirect the application context crucial methods to a third party executor to allow the initialization to be executed in stages.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.web.deployer.jetty
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.web.deployer.support
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 

Classes in org.springframework.osgi.context used by org.springframework.osgi.web.deployer.tomcat
BundleContextAware
          Interface that enables beans to find the bundle context they are defined in.
 



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