@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.BroadleafProcessorgetPrefix in class org.broadleafcommerce.presentation.dialect.AbstractBroadleafAttributeModifierProcessorpublic 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)
Copyright © 2022. All rights reserved.