public interface BroadleafAttributeModifierProcessor extends BroadleafProcessor
DEFAULT_PRECEDENCE, DEFAULT_PREFIX| Modifier and Type | Method and Description |
|---|---|
BroadleafAttributeModifier |
getModifiedAttributes(String tagName,
Map<String,String> tagAttributes,
String attributeName,
String attributeValue,
BroadleafTemplateContext context) |
boolean |
useSingleQuotes() |
getName, getPrecedence, getPrefixBroadleafAttributeModifier getModifiedAttributes(String tagName, Map<String,String> tagAttributes, String attributeName, String attributeValue, BroadleafTemplateContext context)
tagName - The name of the tag the event was triggered ontagAttributes - A map of String to String of all of the attributes on the tagattributeName - The name of the attribute that triggered the eventattributeValue - The value of the attribute that triggered the eventcontext - The BroadleafTemplateContext that should be used to perform operations on the tag withBroadleafAttributeModifier that has a map of the new attributes that should be added to the tag and a list of attribute
names that should be removed from the tagboolean useSingleQuotes()
Copyright © 2024. All rights reserved.