public class FormEngineFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<FormEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected FormEngine |
formEngine |
protected FormEngineConfiguration |
formEngineConfiguration |
| Constructor and Description |
|---|
FormEngineFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureExpressionManager() |
protected void |
configureExternallyManagedTransactions() |
void |
destroy() |
FormEngineConfiguration |
getFormEngineConfiguration() |
FormEngine |
getObject() |
Class<FormEngine> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration) |
protected FormEngineConfiguration formEngineConfiguration
protected org.springframework.context.ApplicationContext applicationContext
protected FormEngine formEngine
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 FormEngine getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<FormEngine>Exceptionprotected void configureExpressionManager()
protected void configureExternallyManagedTransactions()
public Class<FormEngine> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<FormEngine>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<FormEngine>public FormEngineConfiguration getFormEngineConfiguration()
public void setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration)
Copyright © 2019. All rights reserved.