com.bstek.dorado.core.bean
public abstract class SpringBeanFactorySupport extends java.lang.Object implements BeanFactory
| Constructor and Description |
|---|
SpringBeanFactorySupport() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBean(java.lang.String beanName)
根据给定的Bean的描述信息创建相应的Bean实例。
|
java.lang.Object |
getBean(java.lang.String beanName,
org.aopalliance.intercept.MethodInterceptor[] methodInterceptors)
根据给定的Bean的描述信息创建相应的Bean实例。
|
protected abstract org.springframework.beans.factory.BeanFactory |
getBeanFactory()
返回Spring的Bean工厂。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBeanNamePrefixprotected abstract org.springframework.beans.factory.BeanFactory getBeanFactory()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Object getBean(java.lang.String beanName)
throws java.lang.Exception
BeanFactorygetBean in interface BeanFactorybeanName - Bean的描述信息java.lang.Exceptionpublic java.lang.Object getBean(java.lang.String beanName,
org.aopalliance.intercept.MethodInterceptor[] methodInterceptors)
throws java.lang.Exception
BeanFactorygetBean in interface BeanFactorybeanName - Bean的描述信息methodInterceptors - 将要绑定在Bean实例上的方法拦截器java.lang.ExceptionCopyright © 2001-2011 www.BSTEK.com All Rights Reserved.