public class ContentEngineFactoryBean extends Object implements FactoryBean<ContentEngine>, DisposableBean, ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
protected ApplicationContext |
applicationContext |
protected ContentEngine |
contentEngine |
protected ContentEngineConfiguration |
contentEngineConfiguration |
OBJECT_TYPE_ATTRIBUTE
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(ApplicationContext applicationContext) |
void |
setContentEngineConfiguration(ContentEngineConfiguration contentEngineConfiguration) |
protected ContentEngineConfiguration contentEngineConfiguration
protected ApplicationContext applicationContext
protected ContentEngine contentEngine
public void destroy() throws Exception
destroy
in interface DisposableBean
Exception
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext
in interface ApplicationContextAware
BeansException
public ContentEngine getObject() throws Exception
getObject
in interface FactoryBean<ContentEngine>
Exception
protected void configureExternallyManagedTransactions()
public Class<ContentEngine> getObjectType()
getObjectType
in interface FactoryBean<ContentEngine>
public boolean isSingleton()
isSingleton
in interface FactoryBean<ContentEngine>
public ContentEngineConfiguration getContentEngineConfiguration()
public void setContentEngineConfiguration(ContentEngineConfiguration contentEngineConfiguration)