| Package | Description |
|---|---|
| org.craftercms.core.controller.rest | |
| org.craftercms.core.service | |
| org.craftercms.core.service.impl | |
| org.craftercms.core.store.impl |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
RestControllerBase.handlePathNotFoundException(javax.servlet.http.HttpServletRequest request,
PathNotFoundException e) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
ContentStoreRestController.getChildren(org.springframework.web.context.request.WebRequest request,
javax.servlet.http.HttpServletResponse response,
String contextId,
String url) |
Map<String,Object> |
ContentStoreRestController.getDescriptor(org.springframework.web.context.request.WebRequest request,
javax.servlet.http.HttpServletResponse response,
String contextId,
String url) |
Map<String,Object> |
ContentStoreRestController.getItem(org.springframework.web.context.request.WebRequest request,
javax.servlet.http.HttpServletResponse response,
String contextId,
String url) |
Map<String,Object> |
ContentStoreRestController.getTree(org.springframework.web.context.request.WebRequest request,
javax.servlet.http.HttpServletResponse response,
String contextId,
String url,
Integer depth) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContentStoreService.exists(Context context,
String url)
Returns true if the file or folder at the specified URL exists
|
List<Item> |
ContentStoreService.getChildren(Context context,
CachingOptions cachingOptions,
String url,
ItemFilter filter,
ItemProcessor processor)
Returns the children of the folder at the given url.
|
List<Item> |
ContentStoreService.getChildren(Context context,
String url)
Returns the children of the folder at the given url.
|
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.
|
Item |
ContentStoreService.getItem(Context context,
CachingOptions cachingOptions,
String url,
ItemProcessor processor)
Returns the content store item for the given url.
|
Item |
ContentStoreService.getItem(Context context,
String url)
Returns the content store item for the given url.
|
Tree |
ContentStoreService.getTree(Context context,
CachingOptions cachingOptions,
String url,
int depth,
ItemFilter filter,
ItemProcessor processor)
Returns the folder at the given url as a tree.
|
Tree |
ContentStoreService.getTree(Context context,
String url)
Returns the folder at the given url as a tree.
|
Tree |
ContentStoreService.getTree(Context context,
String url,
int depth)
Returns the folder at the given url as a tree.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContentStoreServiceImpl.exists(Context context,
String url) |
List<Item> |
AbstractCachedContentStoreService.getChildren(Context context,
CachingOptions cachingOptions,
String url,
ItemFilter filter,
ItemProcessor processor) |
List<Item> |
AbstractCachedContentStoreService.getChildren(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.
|
Item |
AbstractCachedContentStoreService.getItem(Context context,
CachingOptions cachingOptions,
String url,
ItemProcessor processor) |
Item |
AbstractCachedContentStoreService.getItem(Context context,
String url) |
Tree |
AbstractCachedContentStoreService.getTree(Context context,
CachingOptions cachingOptions,
String url,
int depth,
ItemFilter filter,
ItemProcessor processor) |
Tree |
AbstractCachedContentStoreService.getTree(Context context,
String url) |
Tree |
AbstractCachedContentStoreService.getTree(Context context,
String url,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
AbstractFileBasedContentStoreAdapter.doFindItem(Context context,
CachingOptions cachingOptions,
String path,
boolean withDescriptor) |
protected List<Item> |
AbstractFileBasedContentStoreAdapter.doFindItems(Context context,
CachingOptions cachingOptions,
String path,
boolean withDescriptor) |
Copyright © 2018 CrafterCMS. All rights reserved.