@Component(value="blAdminComponentIdProcessor")
@ConditionalOnTemplating
public class AdminComponentIdProcessor
extends org.broadleafcommerce.presentation.dialect.AbstractBroadleafAttributeModifierProcessor
Constructor and Description |
---|
AdminComponentIdProcessor() |
Modifier and Type | Method and Description |
---|---|
protected String |
cleanCssIdString(String in) |
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() |
String |
getPrefix() |
public String getName()
public String getPrefix()
getPrefix
in interface org.broadleafcommerce.presentation.dialect.BroadleafProcessor
getPrefix
in class org.broadleafcommerce.presentation.dialect.AbstractBroadleafAttributeModifierProcessor
public int getPrecedence()
getPrecedence
in interface org.broadleafcommerce.presentation.dialect.BroadleafProcessor
getPrecedence
in class org.broadleafcommerce.presentation.dialect.AbstractBroadleafAttributeModifierProcessor
public org.broadleafcommerce.presentation.model.BroadleafAttributeModifier getModifiedAttributes(String tagName, Map<String,String> tagAttributes, String attributeName, String attributeValue, org.broadleafcommerce.presentation.model.BroadleafTemplateContext context)
Copyright © 2022. All rights reserved.