Uses of Class
org.craftercms.core.exception.PathNotFoundException
-
Packages that use PathNotFoundException Package Description org.craftercms.core.controller.rest org.craftercms.core.service org.craftercms.core.service.impl org.craftercms.core.store.impl -
-
Uses of PathNotFoundException in org.craftercms.core.controller.rest
Methods in org.craftercms.core.controller.rest with parameters of type PathNotFoundException Modifier and Type Method Description Map<String,Object>ExceptionHandlers. handlePathNotFoundException(javax.servlet.http.HttpServletRequest request, PathNotFoundException e)Methods in org.craftercms.core.controller.rest that throw PathNotFoundException Modifier and Type Method Description List<Item>ContentStoreRestController. getChildren(org.springframework.web.context.request.WebRequest request, javax.servlet.http.HttpServletResponse response, String contextId, String url, boolean flatten)org.dom4j.DocumentContentStoreRestController. getDescriptor(org.springframework.web.context.request.WebRequest request, javax.servlet.http.HttpServletResponse response, String contextId, String url, boolean flatten)Deprecated.Will be removed in 4.1, usegetIteminsteadItemContentStoreRestController. getItem(org.springframework.web.context.request.WebRequest request, javax.servlet.http.HttpServletResponse response, String contextId, String url, boolean flatten)TreeContentStoreRestController. getTree(org.springframework.web.context.request.WebRequest request, javax.servlet.http.HttpServletResponse response, String contextId, String url, Integer depth, boolean flatten) -
Uses of PathNotFoundException in org.craftercms.core.service
Methods in org.craftercms.core.service that throw PathNotFoundException Modifier and Type Method Description booleanContentStoreService. exists(Context context, String url)Returns true if the file or folder at the specified URL existsbooleanContentStoreService. exists(Context context, CachingOptions cachingOptions, String url)Returns true if the file or folder at the specified URL existsdefault List<Item>ContentStoreService. getChildren(Context context, String url)Returns the children of the folder at the given url.default 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, CachingOptions cachingOptions, String url, ItemFilter filter, ItemProcessor processor, boolean flatten)Returns the children of the folder at the given url.default ContentContentStoreService. getContent(Context context, String url)Returns the content of the file for the given url.ContentContentStoreService. getContent(Context context, CachingOptions cachingOptions, String url)Returns the content of the file for the given url.default ItemContentStoreService. getItem(Context context, String url)Returns the content store item for the given url.default ItemContentStoreService. getItem(Context context, CachingOptions cachingOptions, String url, ItemProcessor processor)Returns the content store item for the given url.ItemContentStoreService. getItem(Context context, CachingOptions cachingOptions, String url, ItemProcessor processor, boolean flatten)Returns the content store item for the given url.default TreeContentStoreService. getTree(Context context, String url)Returns the folder at the given url as a tree.default TreeContentStoreService. getTree(Context context, String url, int depth)Returns the folder at the given url as a tree.default TreeContentStoreService. getTree(Context context, CachingOptions cachingOptions, String url, int depth, ItemFilter filter, ItemProcessor processor)Returns the folder at the given url as a tree.TreeContentStoreService. getTree(Context context, CachingOptions cachingOptions, String url, int depth, ItemFilter filter, ItemProcessor processor, boolean flatten)Returns the folder at the given url as a tree. -
Uses of PathNotFoundException in org.craftercms.core.service.impl
Methods in org.craftercms.core.service.impl that throw PathNotFoundException Modifier and Type Method Description protected abstract booleanAbstractCachedContentStoreService. doExists(Context context, CachingOptions cachingOptions, String url)booleanContentStoreServiceImpl. doExists(Context context, CachingOptions cachingOptions, String url)booleanAbstractCachedContentStoreService. exists(Context context, String url)booleanAbstractCachedContentStoreService. exists(Context context, CachingOptions cachingOptions, String url)List<Item>AbstractCachedContentStoreService. getChildren(Context context, CachingOptions cachingOptions, String url, ItemFilter filter, ItemProcessor processor, boolean flatten)ContentContentStoreServiceImpl. getContent(Context context, CachingOptions cachingOptions, String url)Returns the content of the file for the given url.ItemAbstractCachedContentStoreService. getItem(Context context, CachingOptions cachingOptions, String url, ItemProcessor processor, boolean flatten)TreeAbstractCachedContentStoreService. getTree(Context context, CachingOptions cachingOptions, String url, int depth, ItemFilter filter, ItemProcessor processor, boolean flatten) -
Uses of PathNotFoundException in org.craftercms.core.store.impl
Methods in org.craftercms.core.store.impl that throw PathNotFoundException Modifier and Type Method Description protected ItemAbstractFileBasedContentStoreAdapter. doFindItem(Context context, CachingOptions cachingOptions, String path, boolean withDescriptor)protected List<Item>AbstractFileBasedContentStoreAdapter. doFindItems(Context context, CachingOptions cachingOptions, String path)
-