|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationContextPreProcessor
Hook to customize the spring application context before it is populated
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean isSpringPoweredBundle(org.osgi.framework.Bundle bundle)
bundle - The bundle to create an application context for
void process(org.osgi.framework.Bundle bundle,
org.springframework.context.ConfigurableApplicationContext applicationContext)
BeanFactoryPostProcessor instances.
bundle - The target bundleapplicationContext - The target application context before population
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||