| Author |
[Spring] Doubt when adding BeanPostProcessor
|
Pradeep Kumar
Ranch Hand
Joined: Sep 11, 2007
Posts: 77
|
|
Hi, How to add a bean postprocessor to the factory i.e Bean factory. In the ook its givben as factory.addBeanPostProcessor(ClassImplementingBeanPostProcessor) but there is no API like that in BeanFactory. Kindly revert back with the solution. Cheers!!! Pradeep [ May 21, 2008: Message edited by: Lasse Koskela ]
|
SCJP 1.6
|
 |
Alaa Nassef
Ranch Hand
Joined: Jan 28, 2008
Posts: 460
|
|
|
The method you're asking about is in the ConfigurableBeanFactory rather than the BeanFactory interface
|
Visit my blog: http://jnassef.blogspot.com/
|
 |
Pradeep Kumar
Ranch Hand
Joined: Sep 11, 2007
Posts: 77
|
|
|
Thanks for the reply.
|
 |
 |
|
|
subject: [Spring] Doubt when adding BeanPostProcessor
|
|
|