@Component(value="blProductOptionValueProcessor")
@ConditionalOnTemplating
public class ProductOptionValueProcessor
extends org.broadleafcommerce.presentation.dialect.AbstractBroadleafAttributeModifierProcessor
| Modifier and Type | Class and Description |
|---|---|
protected class |
ProductOptionValueProcessor.ProductOptionValueDTO |
| Constructor and Description |
|---|
ProductOptionValueProcessor() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.presentation.model.BroadleafAttributeModifier |
getModifiedAttributes(String tagName,
Map<String,String> tagAttributes,
String attributeName,
String attributeValue,
org.broadleafcommerce.presentation.model.BroadleafTemplateContext context) |
String |
getName() |
int |
getPrecedence() |
boolean |
useSingleQuotes() |
public String getName()
public int getPrecedence()
getPrecedence in interface org.broadleafcommerce.presentation.dialect.BroadleafProcessorgetPrecedence in class org.broadleafcommerce.presentation.dialect.AbstractBroadleafAttributeModifierProcessorpublic org.broadleafcommerce.presentation.model.BroadleafAttributeModifier getModifiedAttributes(String tagName, Map<String,String> tagAttributes, String attributeName, String attributeValue, org.broadleafcommerce.presentation.model.BroadleafTemplateContext context)
public boolean useSingleQuotes()
useSingleQuotes in interface org.broadleafcommerce.presentation.dialect.BroadleafAttributeModifierProcessoruseSingleQuotes in class org.broadleafcommerce.presentation.dialect.AbstractBroadleafAttributeModifierProcessorCopyright © 2023. All rights reserved.