| Package | Description |
|---|---|
| org.craftercms.core.service | |
| org.craftercms.core.service.impl | |
| org.craftercms.core.store | |
| org.craftercms.core.store.impl | |
| org.craftercms.core.store.impl.filesystem |
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentStoreService.findContent(Context context,
CachingOptions cachingOptions,
String url)
Returns the content of the file for the given url, returning null if not found.
|
Content |
ContentStoreService.findContent(Context context,
String url)
Returns the content of the file for the given url, returning null if not found.
|
Content |
ContentStoreService.getContent(Context context,
CachingOptions cachingOptions,
String url)
Returns the content of the file for the given url.
|
Content |
ContentStoreService.getContent(Context context,
String url)
Returns the content of the file for the given url.
|
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentStoreServiceImpl.findContent(Context context,
CachingOptions cachingOptions,
String url) |
Content |
ContentStoreServiceImpl.findContent(Context context,
String url) |
Content |
ContentStoreServiceImpl.getContent(Context context,
CachingOptions cachingOptions,
String url)
Returns the content of the file for the given url.
|
Content |
ContentStoreServiceImpl.getContent(Context context,
String url)
Returns the content of the file for the given url.
|
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentStoreAdapter.findContent(Context context,
CachingOptions cachingOptions,
String path) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
File
Abstraction of a file in a content store.
|
| Modifier and Type | Method and Description |
|---|---|
protected Content |
AbstractFileBasedContentStoreAdapter.doFindContent(Context context,
CachingOptions cachingOptions,
String path) |
protected abstract Content |
AbstractCachedContentStoreAdapter.doFindContent(Context context,
CachingOptions cachingOptions,
String path) |
Content |
AbstractCachedContentStoreAdapter.findContent(Context context,
CachingOptions cachingOptions,
String path) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemFile
Adapter to a filesystem
File, used by ContentStoreAdapters; |
Copyright © 2018 CrafterCMS. All rights reserved.