public class SpringBeanFactory extends Object implements BeanFactory
BeanKernel because it does not
provide a default no-arg constructor. Therefore, it must be delegated to or
it must tbe subclassed to provide a default constructor.| Constructor and Description |
|---|
SpringBeanFactory(String aSelector,
String aFactoryName)
Constructs the bean factory.
|
public Object find(String aId)
find in interface BeanFactorypublic <T> T find(Class<T> aClass)
find in interface BeanFactorypublic <T> T find(String aId, Class<T> aClass)
find in interface BeanFactorypublic org.springframework.beans.factory.BeanFactory getSpringBeanFactory()
Copyright © 2013. All rights reserved.