public class MangoBeanFactory extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
MangoBeanFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setDaoClass(Class<?> daoClass) |
public Object getObject() throws Exception
getObject 在接口中 org.springframework.beans.factory.FactoryBeanExceptionpublic Class<?> getObjectType()
getObjectType 在接口中 org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton 在接口中 org.springframework.beans.factory.FactoryBeanpublic void setDaoClass(Class<?> daoClass)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2014. All rights reserved.