Uses of Interface
org.craftercms.core.store.ContentStoreAdapter
Packages that use ContentStoreAdapter
Package
Description
-
Uses of ContentStoreAdapter in org.craftercms.core.service
Fields in org.craftercms.core.service declared as ContentStoreAdapterMethods in org.craftercms.core.service that return ContentStoreAdapterConstructors in org.craftercms.core.service with parameters of type ContentStoreAdapterModifierConstructorDescriptionContextImpl(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 ContentStoreAdapterModifier and TypeMethodDescription -
Uses of ContentStoreAdapter in org.craftercms.core.store.impl
Classes in org.craftercms.core.store.impl that implement ContentStoreAdapterModifier and TypeClassDescriptionclassAbstractContentStoreAdapterthat provides caching to actual implementations.classFile-based content store adapter.Methods in org.craftercms.core.store.impl that return ContentStoreAdapterModifier and TypeMethodDescriptionMethod parameters in org.craftercms.core.store.impl with type arguments of type ContentStoreAdapterModifier and TypeMethodDescriptionvoidContentStoreAdapterRegistryImpl.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 ContentStoreAdapterModifier and TypeClassDescriptionclassImplementation ofContentStoreAdapterthat enables access to a store in the filesystem.