public interface BroadleafTagTextModifierProcessor extends BroadleafProcessor
DEFAULT_PRECEDENCE, DEFAULT_PREFIX| Modifier and Type | Method and Description |
|---|---|
String |
getTagText(String tagName,
Map<String,String> tagAttributes,
String attributeName,
String attributeValue,
BroadleafTemplateContext context) |
boolean |
textShouldBeProcessed() |
getName, getPrecedence, getPrefixboolean textShouldBeProcessed()
String getTagText(String tagName, Map<String,String> tagAttributes, String attributeName, String attributeValue, BroadleafTemplateContext context)
tagName - The name of the tag that the attribute 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 withCopyright © 2022. All rights reserved.