- All Implemented Interfaces:
- org.broadleafcommerce.presentation.dialect.BroadleafProcessor, org.broadleafcommerce.presentation.dialect.BroadleafVariableModifierProcessor
@Component(value="blCategoriesProcessor")
@ConditionalOnTemplating
public class CategoriesProcessor
extends org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierProcessor
A Thymeleaf processor that will add the desired categories to the model. It does this by
searching for the parentCategory by name> and adding up to maxResults subcategories under
the model attribute specified by resultVar
- Author:
- apazzolini