Class WebStylesConfig


  • @Configuration
    @PropertySource("classpath:/ca/corefacility/bioinformatics/irida/config/styles.properties")
    public class WebStylesConfig
    extends java.lang.Object
    Configuration for Ant Design theme styles from properties file.
    • Constructor Summary

      Constructors 
      Constructor Description
      WebStylesConfig()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebStylesConfig

        public WebStylesConfig()
    • Method Detail

      • propertySourcesPlaceholderConfigurer

        @Bean
        public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()