Class ContentStoreAdapterDecoratorChainFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<org.craftercms.core.store.ContentStoreAdapter>
org.craftercms.engine.util.store.decorators.ContentStoreAdapterDecoratorChainFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<org.craftercms.core.store.ContentStoreAdapter>, org.springframework.beans.factory.InitializingBean

public class ContentStoreAdapterDecoratorChainFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<org.craftercms.core.store.ContentStoreAdapter>
Spring FactoryBean that is used to wrap a ContentStoreAdapter with decorators.
Since:
3.1.4
Author:
avasquez
  • Field Summary

    Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean

    logger

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContentStoreAdapterDecoratorChainFactoryBean(org.craftercms.core.store.ContentStoreAdapter storeAdapter, List<ContentStoreAdapterDecorator> decorators)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.craftercms.core.store.ContentStoreAdapter
     
     

    Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean

    afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton

    Methods inherited from class java.lang.Object

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

    • ContentStoreAdapterDecoratorChainFactoryBean

      public ContentStoreAdapterDecoratorChainFactoryBean(org.craftercms.core.store.ContentStoreAdapter storeAdapter, List<ContentStoreAdapterDecorator> decorators)
  • Method Details

    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<org.craftercms.core.store.ContentStoreAdapter>
      Specified by:
      getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<org.craftercms.core.store.ContentStoreAdapter>
    • createInstance

      protected org.craftercms.core.store.ContentStoreAdapter createInstance()
      Specified by:
      createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<org.craftercms.core.store.ContentStoreAdapter>