(no commit message)
[utils] / support / src / main / java / org / wamblee / general / SpringBeanFactory.java
index 27a544b1d81da635928e7c47eb3bd02b9aac04e3..a373eb5c2fbe25dd765bef713a119431ad02ba12 100644 (file)
@@ -83,5 +83,13 @@ public class SpringBeanFactory implements BeanFactory {
             throw new BeanFactoryException(e.getMessage(), e);
         }
     }
+    
+    /**
+     * Gets the spring bean factory. 
+     * @return Spring bean factory. 
+     */
+    public org.springframework.beans.factory.BeanFactory getSpringBeanFactory() { 
+        return _factoryReference.getFactory(); 
+    }
 
 }