Class PluginConfig


  • @Configuration
    @EnableConfigurationProperties(PluginManagerProperties.class)
    @ConditionalOnProperty(prefix="plugin-manager",
                           name="enable",
                           havingValue="true")
    public class PluginConfig
    extends Object
    Author:
    Stefan Spiska
    • Constructor Detail

      • PluginConfig

        public PluginConfig()
    • Method Detail

      • pluginManager

        @Bean
        public EhrBasePluginManager pluginManager​(org.springframework.core.env.Environment environment)
      • beanFactoryPostProcessor

        @Bean
        public org.springframework.beans.factory.config.BeanFactoryPostProcessor beanFactoryPostProcessor​(EhrBasePluginManager pluginManager,
                                                                                                          org.springframework.core.env.Environment environment)
        Register the DispatcherServlet for all WebMvcEhrBasePlugin