public class RegistrarFactoryBean extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanClassLoaderAware
| 构造器和说明 |
|---|
RegistrarFactoryBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
org.springframework.context.ApplicationContext |
getApplicationContext() |
org.aopalliance.intercept.MethodInterceptor |
getInterceptor() |
Class<?> |
getInterfaze() |
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBeanClassLoader(ClassLoader classLoader) |
void |
setInterceptor(org.aopalliance.intercept.MethodInterceptor interceptor) |
void |
setInterfaze(Class<?> interfaze) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic org.springframework.context.ApplicationContext getApplicationContext()
public Class<?> getObjectType()
getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<Object>public boolean isSingleton()
isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<Object>public void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionpublic void setBeanClassLoader(ClassLoader classLoader)
setBeanClassLoader 在接口中 org.springframework.beans.factory.BeanClassLoaderAwarepublic Class<?> getInterfaze()
public void setInterfaze(Class<?> interfaze)
public org.aopalliance.intercept.MethodInterceptor getInterceptor()
public void setInterceptor(org.aopalliance.intercept.MethodInterceptor interceptor)
Copyright © 2021 Nepxion. All rights reserved.