Returns the named bean. @param beanName The bean name to return @return This default implementation always returns null
(String beanName)
| 51 | * @return This default implementation always returns <code>null</code> |
| 52 | */ |
| 53 | public Object getBean(String beanName) { |
| 54 | return null; |
| 55 | } |
| 56 | |
| 57 | |
| 58 | /** |