Class DelegatingThymeleaf3TagTextModifierProcessor
java.lang.Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.element.AbstractElementTagProcessor
org.thymeleaf.processor.element.AbstractAttributeTagProcessor
org.broadleafcommerce.presentation.thymeleaf3.dialect.DelegatingThymeleaf3TagTextModifierProcessor
- All Implemented Interfaces:
org.thymeleaf.processor.element.IElementProcessor,org.thymeleaf.processor.element.IElementTagProcessor,org.thymeleaf.processor.IProcessor
public class DelegatingThymeleaf3TagTextModifierProcessor
extends org.thymeleaf.processor.element.AbstractAttributeTagProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.broadleafcommerce.presentation.dialect.BroadleafTagTextModifierProcessor -
Constructor Summary
ConstructorsConstructorDescriptionDelegatingThymeleaf3TagTextModifierProcessor(String name, org.broadleafcommerce.presentation.dialect.BroadleafTagTextModifierProcessor processor, int precedence) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoProcess(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IProcessableElementTag tag, org.thymeleaf.engine.AttributeName attributeName, String attributeValue, org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler) Methods inherited from class org.thymeleaf.processor.element.AbstractAttributeTagProcessor
doProcessMethods inherited from class org.thymeleaf.processor.element.AbstractElementTagProcessor
getDialectPrefix, getMatchingAttributeName, getMatchingElementName, processMethods inherited from class org.thymeleaf.processor.AbstractProcessor
getPrecedence, getTemplateModeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.thymeleaf.processor.IProcessor
getPrecedence, getTemplateMode
-
Field Details
-
processor
protected org.broadleafcommerce.presentation.dialect.BroadleafTagTextModifierProcessor processor
-
-
Constructor Details
-
DelegatingThymeleaf3TagTextModifierProcessor
public DelegatingThymeleaf3TagTextModifierProcessor(String name, org.broadleafcommerce.presentation.dialect.BroadleafTagTextModifierProcessor processor, int precedence)
-
-
Method Details
-
doProcess
protected void doProcess(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IProcessableElementTag tag, org.thymeleaf.engine.AttributeName attributeName, String attributeValue, org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler) - Specified by:
doProcessin classorg.thymeleaf.processor.element.AbstractAttributeTagProcessor
-