Uses of Interface
org.craftercms.core.store.ContentStoreAdapter
-
Packages that use ContentStoreAdapter Package Description org.craftercms.core.service org.craftercms.core.store org.craftercms.core.store.impl org.craftercms.core.store.impl.filesystem -
-
Uses of ContentStoreAdapter in org.craftercms.core.service
Fields in org.craftercms.core.service declared as ContentStoreAdapter Modifier and Type Field Description protected ContentStoreAdapterContextImpl. storeAdapterMethods in org.craftercms.core.service that return ContentStoreAdapter Modifier and Type Method Description ContentStoreAdapterContext. getStoreAdapter()ContentStoreAdapterContextImpl. getStoreAdapter()Constructors in org.craftercms.core.service with parameters of type ContentStoreAdapter Constructor Description ContextImpl(String id, ContentStoreAdapter storeAdapter, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles) -
Uses of ContentStoreAdapter in org.craftercms.core.store
Methods in org.craftercms.core.store that return ContentStoreAdapter Modifier and Type Method Description ContentStoreAdapterContentStoreAdapterRegistry. get(String storeType) -
Uses of ContentStoreAdapter in org.craftercms.core.store.impl
Classes in org.craftercms.core.store.impl that implement ContentStoreAdapter Modifier and Type Class Description classAbstractCachedContentStoreAdapterAbstractContentStoreAdapterthat provides caching to actual implementations.classAbstractFileBasedContentStoreAdapterFile-based content store adapter.Methods in org.craftercms.core.store.impl that return ContentStoreAdapter Modifier and Type Method Description ContentStoreAdapterContentStoreAdapterRegistryImpl. get(String storeType)Method parameters in org.craftercms.core.store.impl with type arguments of type ContentStoreAdapter Modifier and Type Method Description voidContentStoreAdapterRegistryImpl. setAdapters(Map<String,ContentStoreAdapter> adapters) -
Uses of ContentStoreAdapter in org.craftercms.core.store.impl.filesystem
Classes in org.craftercms.core.store.impl.filesystem that implement ContentStoreAdapter Modifier and Type Class Description classFileSystemContentStoreAdapterImplementation ofContentStoreAdapterthat enables access to a store in the filesystem.
-