Class ConfigurationProviderImpl

  • All Implemented Interfaces:
    org.craftercms.commons.config.ConfigurationProvider

    public class ConfigurationProviderImpl
    extends Object
    implements org.craftercms.commons.config.ConfigurationProvider
    Implementation of ConfigurationProvider
    Since:
    3.1.6
    Author:
    joseross
    • Field Detail

      • contextFactory

        protected org.springframework.beans.factory.ObjectFactory<org.craftercms.core.service.Context> contextFactory
      • contentStoreService

        protected org.craftercms.core.service.ContentStoreService contentStoreService
    • Constructor Detail

      • ConfigurationProviderImpl

        @ConstructorProperties({"contextFactory","contentStoreService"})
        public ConfigurationProviderImpl​(org.springframework.beans.factory.ObjectFactory<org.craftercms.core.service.Context> contextFactory,
                                         org.craftercms.core.service.ContentStoreService contentStoreService)
    • Method Detail

      • configExists

        public boolean configExists​(String path)
        Specified by:
        configExists in interface org.craftercms.commons.config.ConfigurationProvider