public class ContentEngineFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<ContentEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected ContentEngine |
contentEngine |
protected ContentEngineConfiguration |
contentEngineConfiguration |
| Constructor and Description |
|---|
ContentEngineFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureExternallyManagedTransactions() |
void |
destroy() |
ContentEngineConfiguration |
getContentEngineConfiguration() |
ContentEngine |
getObject() |
Class<ContentEngine> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setContentEngineConfiguration(ContentEngineConfiguration contentEngineConfiguration) |
protected ContentEngineConfiguration contentEngineConfiguration
protected org.springframework.context.ApplicationContext applicationContext
protected ContentEngine contentEngine
public void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic ContentEngine getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<ContentEngine>Exceptionprotected void configureExternallyManagedTransactions()
public Class<ContentEngine> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<ContentEngine>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<ContentEngine>public ContentEngineConfiguration getContentEngineConfiguration()
public void setContentEngineConfiguration(ContentEngineConfiguration contentEngineConfiguration)
Copyright © 2019. All rights reserved.