Package | Description |
---|---|
org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support | |
org.eclipse.gemini.blueprint.extender.internal.support |
Support package for Gemini Blueprint extender.
|
org.eclipse.gemini.blueprint.extender.support |
Support package for Gemini Blueprint Extender infrastructure.
|
Modifier and Type | Class and Description |
---|---|
class |
BlueprintContainerCreator
Blueprint specific context creator.
|
Modifier and Type | Method and Description |
---|---|
OsgiApplicationContextCreator |
BlueprintExtenderConfiguration.getContextCreator() |
Modifier and Type | Method and Description |
---|---|
OsgiApplicationContextCreator |
ExtenderConfiguration.getContextCreator()
Returns the contextCreator.
|
protected OsgiApplicationContextCreator |
ExtenderConfiguration.postProcess(OsgiApplicationContextCreator contextCreator)
Allows post processing of the context creator.
|
Modifier and Type | Method and Description |
---|---|
protected OsgiApplicationContextCreator |
ExtenderConfiguration.postProcess(OsgiApplicationContextCreator contextCreator)
Allows post processing of the context creator.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionalApplicationContextCreator
Useful
OsgiApplicationContextCreator implementation that dictates
whether the default application context used by the Spring-DM extender should
be created (or not) based on a boolean value. |
class |
DefaultOsgiApplicationContextCreator
Default
OsgiApplicationContextCreator implementation. |
Modifier and Type | Method and Description |
---|---|
void |
ConditionalApplicationContextCreator.setDelegatedApplicationContextCreator(OsgiApplicationContextCreator delegatedContextCreator)
Sets the
OsgiApplicationContextCreator used by this context
creator for the actual creation. |
Copyright © 2006-2013. All Rights Reserved.