public final class PolygeneApplicationFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
PolygeneApplicationFactoryBean(PolygeneApplicationBootstrap applicationBootstrap) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
Application |
getObject() |
Class<Application> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public PolygeneApplicationFactoryBean(PolygeneApplicationBootstrap applicationBootstrap)
public final Application getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic final Class<Application> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic final boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic final void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic final void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansException