public class FormEngineFactoryBean extends Object implements FactoryBean<FormEngine>, DisposableBean, ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationContext |
applicationContext |
protected FormEngine |
formEngine |
protected FormEngineConfiguration |
formEngineConfiguration |
OBJECT_TYPE_ATTRIBUTE| Constructor and Description |
|---|
FormEngineFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureExternallyManagedTransactions() |
void |
destroy() |
FormEngineConfiguration |
getFormEngineConfiguration() |
FormEngine |
getObject() |
Class<FormEngine> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(ApplicationContext applicationContext) |
void |
setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration) |
protected FormEngineConfiguration formEngineConfiguration
protected ApplicationContext applicationContext
protected FormEngine formEngine
public void destroy()
throws Exception
destroy in interface DisposableBeanExceptionpublic void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext in interface ApplicationContextAwareBeansExceptionpublic FormEngine getObject() throws Exception
getObject in interface FactoryBean<FormEngine>Exceptionprotected void configureExternallyManagedTransactions()
public Class<FormEngine> getObjectType()
getObjectType in interface FactoryBean<FormEngine>public boolean isSingleton()
isSingleton in interface FactoryBean<FormEngine>public FormEngineConfiguration getFormEngineConfiguration()
public void setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration)