public class SpringFormEngineConfigurator extends FormEngineConfigurator
formEngineConfigurationenableMybatisXmlMappingValidation| Constructor and Description |
|---|
SpringFormEngineConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(AbstractEngineConfiguration engineConfiguration)
Called when the engine boots up, before it is usable, but after the initialisation of internal objects is done.
|
protected FormEngine |
initFormEngine() |
getCustomDeployers, getEntityDeletionOrder, getEntityInsertionOrder, getFormEngineConfiguration, getMybatisCfgPath, getPriority, setFormEngineConfigurationbeforeInit, createDocumentBuilderFactory, getMybatisTypeAliases, getMybatisTypeHandlers, initClock, initCommandContextFactory, initDataSource, initDbProperties, initDbSqlSessionFactory, initEngineConfigurations, initEventDispatcher, initEventRegistryEventConsumers, initialiseCommonProperties, initIdGenerator, initObjectMapper, initServiceConfigurations, initSessionFactories, initVariableTypes, isEnableMybatisXmlMappingValidation, registerCustomDeployers, registerCustomMybatisMappings, setEnableMybatisXmlMappingValidationpublic void configure(AbstractEngineConfiguration engineConfiguration)
EngineConfiguratorAbstractEngineConfiguration which allows tweaking it programmatically.
An example is the ldap user/group manager, which is an addition to the engine. No default properties need to be overridden for this (otherwise the
EngineConfigurator.beforeInit(AbstractEngineConfiguration) method should be used) so the logic contained in this method is executed after initialisation of the default objects.
Probably a better name would be 'afterInit' (cfr EngineConfigurator.beforeInit(AbstractEngineConfiguration)), but not possible due to backwards compatibility.configure in interface EngineConfiguratorconfigure in class FormEngineConfiguratorprotected FormEngine initFormEngine()
initFormEngine in class FormEngineConfiguratorCopyright © 2023 Flowable. All rights reserved.