Class 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
    • Constructor Detail

      • ContentStoreAdapterDecoratorChainFactoryBean

        public ContentStoreAdapterDecoratorChainFactoryBean()
    • Method Detail

      • setStoreAdapter

        public void setStoreAdapter​(org.craftercms.core.store.ContentStoreAdapter storeAdapter)
      • 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>