Class CommonProperties


  • @Configuration
    @PropertySource("classpath:common.properties")
    @ConfigurationProperties(prefix="msm")
    public class CommonProperties
    extends java.lang.Object
    • Field Detail

      • executorCorePoolSize

        private int executorCorePoolSize
      • executorMaxPoolSize

        private int executorMaxPoolSize
      • executorQueueCapacity

        private int executorQueueCapacity
      • executorThreadNamePrefix

        private java.lang.String executorThreadNamePrefix
      • domainNames

        private java.util.List<java.lang.String> domainNames
      • portalName

        private java.lang.String portalName
      • filesystemRoot

        private java.lang.String filesystemRoot
      • fileuploadRoot

        private java.lang.String fileuploadRoot
      • cdnFolderName

        private java.lang.String cdnFolderName
      • securedCdnFolderName

        private java.lang.String securedCdnFolderName
      • superUserLogin

        private java.lang.String superUserLogin
      • superUserPasswordHash

        private java.lang.String superUserPasswordHash
      • defaultLangCode

        private java.lang.String defaultLangCode
      • whiteListedServices

        private java.util.List<java.lang.String> whiteListedServices
      • activeLanguages

        private java.util.List<java.lang.String> activeLanguages
      • languageDetection

        private java.lang.Boolean languageDetection
      • integrationKeys

        private java.util.HashMap<java.lang.String,​java.lang.String> integrationKeys
      • singlePageApplications

        private java.util.HashMap<java.lang.String,​java.lang.Object> singlePageApplications
    • Constructor Detail

      • CommonProperties

        public CommonProperties()