@Component(value="blCategoriesProcessor") @ConditionalOnTemplating public class CategoriesProcessor extends Object implements CategoriesExpression
| Modifier and Type | Field and Description |
|---|---|
protected CatalogService |
catalogService |
protected CategoriesProcessorExtensionManager |
extensionManager |
| Constructor and Description |
|---|
CategoriesProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getPrecedence() |
Map<String,Object> |
populateModelVariables(String tagName,
Map<String,String> tagAttributes,
org.broadleafcommerce.presentation.model.BroadleafTemplateContext context) |
protected CatalogService catalogService
protected CategoriesProcessorExtensionManager extensionManager
public String getName()
getName in interface BroadleafVariableExpressiongetName in interface CategoriesExpressionpublic int getPrecedence()
getPrecedence in interface CategoriesExpressionpublic Map<String,Object> populateModelVariables(String tagName, Map<String,String> tagAttributes, org.broadleafcommerce.presentation.model.BroadleafTemplateContext context)
populateModelVariables in interface CategoriesExpressionCopyright © 2023. All rights reserved.