This is mainly intended to be implemented by framework classes which have to pick up application classes by name despite themselves potentially being loaded from a shared class loader.
For a list of all bean lifecycle methods, see the BeanFactory javadocs .
Juergen
- Hoeller2.0
- Method from org.springframework.beans.factory.BeanClassLoaderAware Summary: |
---|
setBeanClassLoader |
Method from org.springframework.beans.factory.BeanClassLoaderAware Detail: |
---|
Invoked after the population of normal bean properties but before an initialization callback such as InitializingBean's org.springframework.beans.factory.InitializingBean#afterPropertiesSet() method or a custom init-method. |