| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.extender.internal.activator | |
| org.eclipse.gemini.blueprint.extender.internal.support |
Support package for Gemini Blueprint extender.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<OsgiBeanFactoryPostProcessor> |
LifecycleManager.postProcessors
BFPP list
|
| Modifier and Type | Class and Description |
|---|---|
class |
OsgiAnnotationPostProcessor
Post processor used for processing Spring-DM annotations.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<OsgiBeanFactoryPostProcessor> |
OsgiBeanFactoryPostProcessorAdapter.osgiPostProcessors |
private java.util.List<OsgiBeanFactoryPostProcessor> |
ExtenderConfiguration.postProcessors
List of context post processors
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OsgiBeanFactoryPostProcessor> |
ExtenderConfiguration.getPostProcessors()
Returns the postProcessors.
|
| Constructor and Description |
|---|
OsgiBeanFactoryPostProcessorAdapter(org.osgi.framework.BundleContext bundleContext,
java.util.List<OsgiBeanFactoryPostProcessor> postProcessors) |