Uses of Interface
org.craftercms.core.store.ContentStoreAdapterRegistry
-
Packages that use ContentStoreAdapterRegistry Package Description org.craftercms.core.service.impl org.craftercms.core.store.impl -
-
Uses of ContentStoreAdapterRegistry in org.craftercms.core.service.impl
Fields in org.craftercms.core.service.impl declared as ContentStoreAdapterRegistry Modifier and Type Field Description protected ContentStoreAdapterRegistryContentStoreServiceImpl. storeAdapterRegistryRegistry ofContentStoreAdapters.Constructors in org.craftercms.core.service.impl with parameters of type ContentStoreAdapterRegistry Constructor Description ContentStoreServiceImpl(CacheTemplate cacheTemplate, ContentStoreAdapterRegistry storeAdapterRegistry, DescriptorMergeStrategyResolver mergeStrategyResolver, DescriptorMerger merger, ItemProcessorResolver processorResolver, org.craftercms.commons.file.blob.BlobUrlResolver blobUrlResolver, org.craftercms.commons.file.blob.BlobStoreResolver blobStoreResolver, String sourceAttributeName, String sourceTypeAttributeName, String sourceTypeXPath) -
Uses of ContentStoreAdapterRegistry in org.craftercms.core.store.impl
Classes in org.craftercms.core.store.impl that implement ContentStoreAdapterRegistry Modifier and Type Class Description classContentStoreAdapterRegistryImplDefault implementation ofContentStoreAdapterRegistry.
-