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

    Fields
    Modifier and Type
    Field
    Description
    protected org.broadleafcommerce.presentation.dialect.BroadleafModelModifierProcessor
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DelegatingThymeleaf3ModelModifierProcessor(String elementName, org.broadleafcommerce.presentation.dialect.BroadleafModelModifierProcessor processor, int precedence)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doProcess(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, process

    Methods inherited from class org.thymeleaf.processor.AbstractProcessor

    getPrecedence, getTemplateMode

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      doProcess in class org.thymeleaf.processor.element.AbstractElementModelProcessor