Class DelegatingThymeleaf3ModelModifierProcessor
java.lang.Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.element.AbstractElementModelProcessor
org.broadleafcommerce.presentation.thymeleaf3.dialect.DelegatingThymeleaf3ModelModifierProcessor
- All Implemented Interfaces:
org.thymeleaf.processor.element.IElementModelProcessor,org.thymeleaf.processor.element.IElementProcessor,org.thymeleaf.processor.IProcessor
public class DelegatingThymeleaf3ModelModifierProcessor
extends org.thymeleaf.processor.element.AbstractElementModelProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.broadleafcommerce.presentation.dialect.BroadleafModelModifierProcessor -
Constructor Summary
ConstructorsConstructorDescriptionDelegatingThymeleaf3ModelModifierProcessor(String elementName, org.broadleafcommerce.presentation.dialect.BroadleafModelModifierProcessor processor, int precedence) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoProcess(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IModel model, org.thymeleaf.processor.element.IElementModelStructureHandler structureHandler) Methods inherited from class org.thymeleaf.processor.element.AbstractElementModelProcessor
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.BroadleafModelModifierProcessor processor
-
-
Constructor Details
-
DelegatingThymeleaf3ModelModifierProcessor
public DelegatingThymeleaf3ModelModifierProcessor(String elementName, org.broadleafcommerce.presentation.dialect.BroadleafModelModifierProcessor processor, int precedence)
-
-
Method Details
-
doProcess
protected void doProcess(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IModel model, org.thymeleaf.processor.element.IElementModelStructureHandler structureHandler) - Specified by:
doProcessin classorg.thymeleaf.processor.element.AbstractElementModelProcessor
-