|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BundleContextAware | |
---|---|
org.springframework.osgi.bundle | Osgi Bundle support package. |
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.deployer.jetty | Jetty deployer package. |
org.springframework.osgi.web.deployer.support | Deployer support package. |
org.springframework.osgi.web.deployer.tomcat | Tomcat deployer package. |
Uses of BundleContextAware in org.springframework.osgi.bundle |
---|
Classes in org.springframework.osgi.bundle that implement BundleContextAware | |
---|---|
class |
BundleFactoryBean
Bundle installer. |
Uses of BundleContextAware in org.springframework.osgi.extensions.annotation |
---|
Classes in org.springframework.osgi.extensions.annotation that implement BundleContextAware | |
---|---|
class |
ServiceReferenceInjectionBeanPostProcessor
BeanPostProcessor that processed annotation to inject
Spring-DM managed OSGi services. |
Uses of BundleContextAware in org.springframework.osgi.service.exporter.support |
---|
Classes in org.springframework.osgi.service.exporter.support that implement BundleContextAware | |
---|---|
class |
BeanNameServicePropertiesResolver
OsgiServicePropertiesResolver that creates a service property set
with the following properties:
Bundle-SymbolicName=<bundle symbolic name>
Bundle-Version=<bundle version>
org.springframework.osgi.bean.name="<bean name>
|
class |
OsgiServiceFactoryBean
FactoryBean that transparently publishes other beans in the same application context as OSGi services returning the ServiceRegistration for the given object. |
Uses of BundleContextAware in org.springframework.osgi.service.importer.support |
---|
Classes in org.springframework.osgi.service.importer.support that implement BundleContextAware | |
---|---|
class |
AbstractOsgiServiceImportFactoryBean
Base class for importing OSGi services. |
class |
OsgiServiceCollectionProxyFactoryBean
OSGi service (collection) importer. |
class |
OsgiServiceProxyFactoryBean
OSGi (single) service importer. |
Uses of BundleContextAware in org.springframework.osgi.web.deployer.jetty |
---|
Classes in org.springframework.osgi.web.deployer.jetty that implement BundleContextAware | |
---|---|
class |
JettyWarDeployer
Jetty 6.1.x+ specific war deployer. |
Uses of BundleContextAware in org.springframework.osgi.web.deployer.support |
---|
Classes in org.springframework.osgi.web.deployer.support that implement BundleContextAware | |
---|---|
class |
AbstractWarDeployer
Convenient base class offering common functionality for war deployers such as logging. |
Uses of BundleContextAware in org.springframework.osgi.web.deployer.tomcat |
---|
Classes in org.springframework.osgi.web.deployer.tomcat that implement BundleContextAware | |
---|---|
class |
TomcatWarDeployer
Apache Tomcat 5.5.x/6.0.x specific war deployer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |