Package com.flowable.form.spring
Class FormEngineFactoryBean
java.lang.Object
com.flowable.form.spring.FormEngineFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.FactoryBean<FormEngine>
,org.springframework.context.ApplicationContextAware
public class FormEngineFactoryBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<FormEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
- Author:
- Dave Syer, Tijs Rademakers, Joram Barrez, Josh Long
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.context.ApplicationContext
applicationContext
protected FormEngine
formEngine
protected FormEngineConfiguration
formEngineConfiguration
-
Constructor Summary
Constructors Constructor Description FormEngineFactoryBean()
-
Method Summary
Modifier and Type Method Description protected void
configureExpressionManager()
protected void
configureExternallyManagedTransactions()
void
destroy()
FormEngineConfiguration
getFormEngineConfiguration()
FormEngine
getObject()
java.lang.Class<FormEngine>
getObjectType()
boolean
isSingleton()
void
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
void
setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration)
-
Field Details
-
formEngineConfiguration
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
formEngine
-
-
Constructor Details
-
FormEngineFactoryBean
public FormEngineFactoryBean()
-
-
Method Details
-
destroy
public void destroy() throws java.lang.Exception- Specified by:
destroy
in interfaceorg.springframework.beans.factory.DisposableBean
- Throws:
java.lang.Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
getObject
- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<FormEngine>
- Throws:
java.lang.Exception
-
configureExpressionManager
protected void configureExpressionManager() -
configureExternallyManagedTransactions
protected void configureExternallyManagedTransactions() -
getObjectType
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<FormEngine>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceorg.springframework.beans.factory.FactoryBean<FormEngine>
-
getFormEngineConfiguration
-
setFormEngineConfiguration
-