Uses of Class
org.craftercms.core.exception.PathNotFoundException
Packages that use PathNotFoundException
Package
Description
-
Uses of PathNotFoundException in org.craftercms.core.controller.rest
Methods in org.craftercms.core.controller.rest with parameters of type PathNotFoundExceptionModifier and TypeMethodDescriptionExceptionHandlers.handlePathNotFoundException(javax.servlet.http.HttpServletRequest request, PathNotFoundException e) Methods in org.craftercms.core.controller.rest that throw PathNotFoundExceptionModifier and TypeMethodDescriptionContentStoreRestController.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.ContentStoreRestController.getItem(org.springframework.web.context.request.WebRequest request, javax.servlet.http.HttpServletResponse response, String contextId, String url, boolean flatten) ContentStoreRestController.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 PathNotFoundExceptionModifier and TypeMethodDescriptionbooleanReturns 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 existsContentStoreService.getChildren(Context context, String url) Returns the children of the folder at the given url.ContentStoreService.getChildren(Context context, CachingOptions cachingOptions, String url, ItemFilter filter, ItemProcessor processor) Returns the children of the folder at the given url.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.ContentStoreService.getContent(Context context, CachingOptions cachingOptions, String url) Returns the content of the file for the given url.default ItemReturns 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.ContentStoreService.getItem(Context context, CachingOptions cachingOptions, String url, ItemProcessor processor, boolean flatten) Returns the content store item for the given url.default TreeReturns the folder at the given url as a tree.default TreeReturns 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.ContentStoreService.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 PathNotFoundExceptionModifier and TypeMethodDescriptionprotected abstract booleanAbstractCachedContentStoreService.doExists(Context context, CachingOptions cachingOptions, String url) booleanContentStoreServiceImpl.doExists(Context context, CachingOptions cachingOptions, String url) booleanbooleanAbstractCachedContentStoreService.exists(Context context, CachingOptions cachingOptions, String url) AbstractCachedContentStoreService.getChildren(Context context, CachingOptions cachingOptions, String url, ItemFilter filter, ItemProcessor processor, boolean flatten) ContentStoreServiceImpl.getContent(Context context, CachingOptions cachingOptions, String url) Returns the content of the file for the given url.AbstractCachedContentStoreService.getItem(Context context, CachingOptions cachingOptions, String url, ItemProcessor processor, boolean flatten) AbstractCachedContentStoreService.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 PathNotFoundExceptionModifier and TypeMethodDescriptionprotected ItemAbstractFileBasedContentStoreAdapter.doFindItem(Context context, CachingOptions cachingOptions, String path, boolean withDescriptor) AbstractFileBasedContentStoreAdapter.doFindItems(Context context, CachingOptions cachingOptions, String path)
getIteminstead