Uses of Interface
org.craftercms.core.service.Content
-
Packages that use Content 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 -
-
Uses of Content in org.craftercms.core.service
Methods in org.craftercms.core.service that return Content Modifier and Type Method Description default ContentContentStoreService. findContent(Context context, String url)Returns the content of the file for the given url, returning null if not found.ContentContentStoreService. findContent(Context context, CachingOptions cachingOptions, String url)Returns the content of the file for the given url, returning null if not found.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. -
Uses of Content in org.craftercms.core.service.impl
Classes in org.craftercms.core.service.impl that implement Content Modifier and Type Class Description classResourceBasedContentImplementation ofContentthat relies on aResourceMethods in org.craftercms.core.service.impl that return Content Modifier and Type Method Description ContentContentStoreServiceImpl. findContent(Context context, CachingOptions cachingOptions, String url)ContentContentStoreServiceImpl. getContent(Context context, CachingOptions cachingOptions, String url)Returns the content of the file for the given url. -
Uses of Content in org.craftercms.core.store
Methods in org.craftercms.core.store that return Content Modifier and Type Method Description ContentContentStoreAdapter. findContent(Context context, CachingOptions cachingOptions, String path) -
Uses of Content in org.craftercms.core.store.impl
Methods in org.craftercms.core.store.impl that return Content Modifier and Type Method Description protected abstract ContentAbstractCachedContentStoreAdapter. doFindContent(Context context, CachingOptions cachingOptions, String path)protected ContentAbstractFileBasedContentStoreAdapter. doFindContent(Context context, CachingOptions cachingOptions, String path)ContentAbstractCachedContentStoreAdapter. findContent(Context context, CachingOptions cachingOptions, String path)protected abstract ContentAbstractFileBasedContentStoreAdapter. getContent(Context context, CachingOptions cachingOptions, File file)Returns theContentfor the given file. -
Uses of Content in org.craftercms.core.store.impl.filesystem
Classes in org.craftercms.core.store.impl.filesystem that implement Content Modifier and Type Class Description classFileSystemContentGives access to the content of a file in the local filesystemMethods in org.craftercms.core.store.impl.filesystem that return Content Modifier and Type Method Description protected ContentFileSystemContentStoreAdapter. getContent(Context context, CachingOptions cachingOptions, File file)
-