public interface ApplicationContextPreProcessor
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSpringPoweredBundle(org.osgi.framework.Bundle bundle)
Detects if this bundle is a Spring bundle.
|
void |
process(org.osgi.framework.Bundle bundle,
org.springframework.context.ConfigurableApplicationContext applicationContext)
Process a context before it is populated, usually via adding
BeanFactoryPostProcessor instances. |
boolean isSpringPoweredBundle(org.osgi.framework.Bundle bundle)
bundle - The bundle to create an application context forvoid process(org.osgi.framework.Bundle bundle,
org.springframework.context.ConfigurableApplicationContext applicationContext)
BeanFactoryPostProcessor instances.bundle - The target bundleapplicationContext - The target application context before populationCopyright © 2014 Atlassian. All rights reserved.