public class ObjectHandlerActionFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<ObjectHandlerActionFactory>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
ObjectHandlerActionFactory对象。| 构造器和说明 |
|---|
ObjectHandlerActionFactoryBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
ObjectHandlerActionFactory |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionpublic ObjectHandlerActionFactory getObject() throws Exception
getObject 在接口中 org.springframework.beans.factory.FactoryBean<ObjectHandlerActionFactory>Exceptionpublic Class<?> getObjectType()
getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<ObjectHandlerActionFactory>public boolean isSingleton()
isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<ObjectHandlerActionFactory>public void destroy()
throws Exception
destroy 在接口中 org.springframework.beans.factory.DisposableBeanExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2018. All rights reserved.