public class DingerSessionFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<DingerSessionFactory>, org.springframework.beans.factory.InitializingBean
| 构造器和说明 |
|---|
DingerSessionFactoryBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
protected DingerSessionFactory |
buildDingerSessionFactory() |
DingerSessionFactory |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setConfiguration(Configuration configuration) |
public DingerSessionFactory getObject() throws Exception
getObject 在接口中 org.springframework.beans.factory.FactoryBean<DingerSessionFactory>Exceptionpublic Class<?> getObjectType()
getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<DingerSessionFactory>public boolean isSingleton()
isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<DingerSessionFactory>public void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionprotected DingerSessionFactory buildDingerSessionFactory() throws IOException
IOExceptionpublic void setConfiguration(Configuration configuration)
Copyright © 2023 AnswerAIL. All rights reserved.