Uses of Interface
org.craftercms.core.service.Content
Packages that use Content
Package
Description
-
Uses of Content in org.craftercms.core.service
Methods in org.craftercms.core.service that return ContentModifier and TypeMethodDescriptiondefault Content
ContentStoreService.findContent
(Context context, String url) Returns the content of the file for the given url, returning null if not found.ContentStoreService.findContent
(Context context, CachingOptions cachingOptions, String url) Returns the content of the file for the given url, returning null if not found.default Content
ContentStoreService.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. -
Uses of Content in org.craftercms.core.service.impl
Classes in org.craftercms.core.service.impl that implement ContentMethods in org.craftercms.core.service.impl that return ContentModifier and TypeMethodDescriptionContentStoreServiceImpl.findContent
(Context context, CachingOptions cachingOptions, String url) ContentStoreServiceImpl.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 ContentModifier and TypeMethodDescriptionContentStoreAdapter.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 ContentModifier and TypeMethodDescriptionprotected abstract Content
AbstractCachedContentStoreAdapter.doFindContent
(Context context, CachingOptions cachingOptions, String path) protected Content
AbstractFileBasedContentStoreAdapter.doFindContent
(Context context, CachingOptions cachingOptions, String path) AbstractCachedContentStoreAdapter.findContent
(Context context, CachingOptions cachingOptions, String path) protected abstract Content
AbstractFileBasedContentStoreAdapter.getContent
(Context context, CachingOptions cachingOptions, File file) Returns theContent
for the given file. -
Uses of Content in org.craftercms.core.store.impl.filesystem
Classes in org.craftercms.core.store.impl.filesystem that implement ContentModifier and TypeClassDescriptionclass
Gives access to the content of a file in the local filesystemMethods in org.craftercms.core.store.impl.filesystem that return ContentModifier and TypeMethodDescriptionprotected Content
FileSystemContentStoreAdapter.getContent
(Context context, CachingOptions cachingOptions, File file)