Class RelatedProductAssetsCategoryContextContributor

java.lang.Object
com.broadleafcommerce.catalog.service.category.commerce.context.contributor.RelatedProductAssetsCategoryContextContributor
All Implemented Interfaces:
CategoryDetailsContextContributor, org.springframework.core.Ordered

public class RelatedProductAssetsCategoryContextContributor extends Object implements CategoryDetailsContextContributor
Contributes all of the related ProductAssets to the CategoryDetailsContext.

This should be run after RelatedProductsCategoryContextContributor to allow us to gather all the assets at once.

Author:
Nathan Moore (nathandmoore)