Package io.jmix.dynmodelflowui
Class DynModelFlowuiConfiguration
java.lang.Object
io.jmix.dynmodelflowui.DynModelFlowuiConfiguration
@Configuration
@ComponentScan
@ConfigurationPropertiesScan
@PropertySource(name="io.jmix.dynmodelflowui",
value="classpath:/io/jmix/dynmodelflowui/module.properties")
public class DynModelFlowuiConfiguration
extends Object
Configuration for the dynamic model FlowUI module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions(org.springframework.context.ApplicationContext applicationContext, AnnotationScanMetadataReaderFactory metadataReaderFactory) views(org.springframework.context.ApplicationContext applicationContext, AnnotationScanMetadataReaderFactory metadataReaderFactory)
-
Constructor Details
-
DynModelFlowuiConfiguration
public DynModelFlowuiConfiguration()
-
-
Method Details
-
actions
@Bean("dynmod_DynamicModelActions") public ActionsConfiguration actions(org.springframework.context.ApplicationContext applicationContext, AnnotationScanMetadataReaderFactory metadataReaderFactory) -
views
@Bean("dynmod_DynamicModelViewControllers") public ViewControllersConfiguration views(org.springframework.context.ApplicationContext applicationContext, AnnotationScanMetadataReaderFactory metadataReaderFactory)
-