Package com.day.cq.dam.api.ui.preview
Interface CollectionPreviewProvider
public interface CollectionPreviewProvider
Provider that retrieves the assets representing the collection members for a given collection.
A provider handles a specific collection type (e.g. a collection of products) and is dynamically registered.
CollectionPreviewManager loops over all the registered providers to find the first that
can handle the collection.-
Method Summary
Modifier and TypeMethodDescriptiongetCollectionAssets(ResourceResolver resolver, ResourceCollection collection) Returns anIteratorofAssets representing the collection members for a given collection.
-
Method Details
-
getCollectionAssets
Returns anIteratorofAssets representing the collection members for a given collection.
-