public interface CollectionPreviewProvider
CollectionPreviewManager
loops over all the registered providers to find the first that
can handle the collection.Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Asset> |
getCollectionAssets(ResourceResolver resolver,
ResourceCollection collection)
Returns an
Iterator of Asset s representing the collection members for a given collection. |
java.util.Iterator<Asset> getCollectionAssets(ResourceResolver resolver, ResourceCollection collection)
Iterator
of Asset
s representing the collection members for a given collection.resolver
- The scope's resolver.collection
- The resource collection.Iterator
of Asset
s representing the collection members.
It returns null
if the provider cannot handle the collection."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"