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