Class BlobStoreResolverImpl

java.lang.Object
org.craftercms.commons.file.blob.impl.BlobStoreResolverImpl
All Implemented Interfaces:
BlobStoreResolver, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class BlobStoreResolverImpl extends Object implements BlobStoreResolver, org.springframework.context.ApplicationContextAware
Default implementation of BlobStoreResolver
Since:
3.1.6
Author:
joseross
  • Field Details

    • logger

      protected final org.slf4j.Logger logger
    • configModule

      protected String configModule
      The module of the configuration file
    • configPath

      protected String configPath
      The path of the configuration file
    • configurationResolver

      protected ConfigurationResolver configurationResolver
    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
  • Constructor Details

    • BlobStoreResolverImpl

      public BlobStoreResolverImpl()
  • Method Details