All Known Implementing Classes:
PropertyPlaceholderConfigurer, CustomAutowireConfigurer, CustomScopeConfigurer, ServletContextPropertyPlaceholderConfigurer, AspectJWeavingEnabler, PropertyResourceConfigurer, PropertyOverrideConfigurer, PreferencesPlaceholderConfigurer, CustomEditorConfigurer
Application contexts can auto-detect BeanFactoryPostProcessor beans in their bean definitions and apply them before any other beans get created.
Useful for custom config files targeted at system administrators that override bean properties configured in the application context.
See PropertyResourceConfigurer and its concrete implementations for out-of-the-box solutions that address such configuration needs.
Juergen - Hoeller06.07.2003 - | Method from org.springframework.beans.factory.config.BeanFactoryPostProcessor Summary: |
|---|
| postProcessBeanFactory |
| Method from org.springframework.beans.factory.config.BeanFactoryPostProcessor Detail: |
|---|
|