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
loggerFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
ConstructorsConstructorDescriptionContentStoreAdapterDecoratorChainFactoryBean(org.craftercms.core.store.ContentStoreAdapter storeAdapter, List<ContentStoreAdapterDecorator> decorators) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.craftercms.core.store.ContentStoreAdapterClass<?> Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Constructor Details
-
ContentStoreAdapterDecoratorChainFactoryBean
public ContentStoreAdapterDecoratorChainFactoryBean(org.craftercms.core.store.ContentStoreAdapter storeAdapter, List<ContentStoreAdapterDecorator> decorators)
-
-
Method Details
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<org.craftercms.core.store.ContentStoreAdapter>- Specified by:
getObjectTypein classorg.springframework.beans.factory.config.AbstractFactoryBean<org.craftercms.core.store.ContentStoreAdapter>
-
createInstance
protected org.craftercms.core.store.ContentStoreAdapter createInstance()- Specified by:
createInstancein classorg.springframework.beans.factory.config.AbstractFactoryBean<org.craftercms.core.store.ContentStoreAdapter>
-