Modifier and Type | Field and Description |
---|---|
protected static Map<String,FormEngine> |
FormEngines.formEngineMap |
Modifier and Type | Method and Description |
---|---|
FormEngine |
FormEngineConfiguration.buildFormEngine() |
protected static FormEngine |
FormEngines.buildFormEngine(URL resource) |
static FormEngine |
FormEngines.getDefaultFormEngine() |
static FormEngine |
FormEngines.getFormEngine(String formEngineName)
Obtain a form engine by name.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,FormEngine> |
FormEngines.getFormEngines()
provides access to form engine to application clients in a managed server environment.
|
Modifier and Type | Method and Description |
---|---|
static void |
FormEngines.registerFormEngine(FormEngine formEngine)
Registers the given form engine.
|
static void |
FormEngines.unregister(FormEngine formEngine)
Unregisters the given form engine.
|
Modifier and Type | Method and Description |
---|---|
protected FormEngine |
FormEngineConfigurator.initFormEngine() |
Modifier and Type | Class and Description |
---|---|
class |
FormEngineImpl |
Modifier and Type | Field and Description |
---|---|
protected FormEngine |
AbstractFlowableTestCase.formEngine |
Modifier and Type | Field and Description |
---|---|
protected FormEngine |
FlowableFormTestHelper.formEngine |
protected FormEngine |
FlowableFormRule.formEngine |
Modifier and Type | Method and Description |
---|---|
protected FormEngine |
FlowableFormExtension.createFormEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
FormEngine |
FlowableFormTestHelper.getFormEngine() |
FormEngine |
FlowableFormRule.getFormEngine() |
static FormEngine |
FormTestHelper.getFormEngine(String configurationResource) |
Modifier and Type | Method and Description |
---|---|
static String |
FormTestHelper.annotationDeploymentSetUp(FormEngine formEngine,
Class<?> testClass,
Method method,
FormDeploymentAnnotation deploymentAnnotation) |
static String |
FormTestHelper.annotationDeploymentSetUp(FormEngine formEngine,
Class<?> testClass,
String methodName) |
static void |
FormTestHelper.annotationDeploymentTearDown(FormEngine formEngine,
String deploymentId,
Class<?> testClass,
String methodName) |
static void |
FormTestHelper.assertAndEnsureCleanDb(FormEngine formEngine)
Each test is assumed to clean up all DB content it entered.
|
void |
FlowableFormRule.setFormEngine(FormEngine formEngine) |
Constructor and Description |
---|
FlowableFormRule(FormEngine formEngine) |
FlowableFormTestHelper(FormEngine formEngine) |
Modifier and Type | Field and Description |
---|---|
protected FormEngine |
FormEngineFactoryBean.formEngine |
Modifier and Type | Method and Description |
---|---|
FormEngine |
SpringFormEngineConfiguration.buildFormEngine() |
static FormEngine |
SpringFormConfigurationHelper.buildFormEngine(URL resource) |
FormEngine |
FormEngineFactoryBean.getObject() |
Modifier and Type | Method and Description |
---|---|
protected AutoDeploymentStrategy<FormEngine> |
SpringFormEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
Collection<AutoDeploymentStrategy<FormEngine>> |
SpringFormEngineConfiguration.getDeploymentStrategies() |
Class<FormEngine> |
FormEngineFactoryBean.getObjectType() |
Modifier and Type | Method and Description |
---|---|
protected void |
SpringFormEngineConfiguration.autoDeployResources(FormEngine formEngine) |
Modifier and Type | Method and Description |
---|---|
void |
SpringFormEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<FormEngine>> deploymentStrategies) |
Modifier and Type | Method and Description |
---|---|
protected void |
SingleResourceAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
Resource[] resources,
FormEngine engine) |
protected void |
ResourceParentFolderAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
Resource[] resources,
FormEngine engine) |
protected void |
DefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
Resource[] resources,
FormEngine engine) |
protected LockManager |
AbstractFormAutoDeploymentStrategy.getLockManager(FormEngine engine,
String deploymentNameHint) |
Modifier and Type | Method and Description |
---|---|
protected FormEngine |
SpringFormEngineConfigurator.initFormEngine() |
Modifier and Type | Field and Description |
---|---|
protected Map<Object,FormEngine> |
SpringFlowableTestCase.cachedFormEngines |
Modifier and Type | Method and Description |
---|---|
protected FormEngine |
FlowableFormSpringExtension.createFormEngine(org.junit.jupiter.api.extension.ExtensionContext context) |