@Component(value="blRatingsProcessor") @ConditionalOnTemplating public class RatingsProcessor extends Object implements RatingsExpression
| Modifier and Type | Field and Description |
|---|---|
protected RatingService |
ratingService |
| Constructor and Description |
|---|
RatingsProcessor() |
| 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 RatingService ratingService
public String getName()
getName in interface BroadleafVariableExpressiongetName in interface RatingsExpressionpublic int getPrecedence()
getPrecedence in interface RatingsExpressionpublic Map<String,Object> populateModelVariables(String tagName, Map<String,String> tagAttributes, org.broadleafcommerce.presentation.model.BroadleafTemplateContext context)
populateModelVariables in interface RatingsExpressionCopyright © 2023. All rights reserved.