Class UiControllersConfiguration

java.lang.Object
io.jmix.flowui.sys.AbstractScanConfiguration
io.jmix.flowui.sys.UiControllersConfiguration

public class UiControllersConfiguration extends AbstractScanConfiguration
Configuration that performs ClassPath scanning of UiControllers and provides UiControllerDefinition.
  • Field Details

    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
    • metadataReaderFactory

      protected org.springframework.core.type.classreading.MetadataReaderFactory metadataReaderFactory
    • basePackages

      protected List<String> basePackages
    • explicitDefinitions

      protected List<UiControllerDefinition> explicitDefinitions
  • Constructor Details

    • UiControllersConfiguration

      @Autowired public UiControllersConfiguration(org.springframework.context.ApplicationContext applicationContext, AnnotationScanMetadataReaderFactory metadataReaderFactory)
  • Method Details