| Package | Description |
|---|---|
| org.craftercms.core.service | |
| org.craftercms.core.store | |
| org.craftercms.core.store.impl | |
| org.craftercms.core.store.impl.filesystem |
| Modifier and Type | Field and Description |
|---|---|
protected ContentStoreAdapter |
ContextImpl.storeAdapter |
| Modifier and Type | Method and Description |
|---|---|
ContentStoreAdapter |
Context.getStoreAdapter() |
ContentStoreAdapter |
ContextImpl.getStoreAdapter() |
| Constructor and Description |
|---|
ContextImpl(String id,
ContentStoreAdapter storeAdapter,
String storeServerUrl,
String rootFolderPath,
boolean mergingOn,
boolean cacheOn,
int maxAllowedItemsInCache,
boolean ignoreHiddenFiles) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,ContentStoreAdapter> |
ContentStoreAdapterRegistry.createRegistry() |
protected Class<ContentStoreAdapter> |
ContentStoreAdapterRegistry.getRegistryType() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCachedContentStoreAdapter
Abstract
ContentStoreAdapter that provides caching to actual implementations. |
class |
AbstractFileBasedContentStoreAdapter
File-based content store adapter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemContentStoreAdapter
Implementation of
ContentStoreAdapter that enables access to a store in the filesystem. |
Copyright © 2018 CrafterCMS. All rights reserved.