|
From: Torsten J. <tor...@on...> - 2004-12-02 01:30:38
|
While implementing the validation of bean references I added the ability to Bean to know it's outer bean if it's an inner bean. Now I'm just wondering if we still need to maintain separate lists for the normal beans and inner beans in BeansConfig and BeansConfigSet. This means that BeansConfig.getBeans() and BeansConfigSet.getBeans() return the aggregated list of normal and inner beans. The separate getInnerBeans() methods are obsolete and will be removed from the interfaces. If anyone still needs separate lists then the aggregated list can be filtered via IBean.isInnerBean(). What do you think? Cheers, Torsten |