Class FormFieldsTagProcessor

java.lang.Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.element.AbstractElementModelProcessor
org.thymeleaf.processor.element.AbstractAttributeModelProcessor
uk.wardm.formaker.transformer.thymeleaf.FormFieldsTagProcessor
All Implemented Interfaces:
org.thymeleaf.processor.element.IElementModelProcessor, org.thymeleaf.processor.element.IElementProcessor, org.thymeleaf.processor.IProcessor

public class FormFieldsTagProcessor
extends org.thymeleaf.processor.element.AbstractAttributeModelProcessor
  • Constructor Summary

    Constructors 
    Constructor Description
    FormFieldsTagProcessor​(String dialectPrefix, ComponentRenderer renderer)  
  • Method Summary

    Modifier and Type Method Description
    protected void doProcess​(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IModel model, org.thymeleaf.engine.AttributeName attributeName, String attributeValue, org.thymeleaf.processor.element.IElementModelStructureHandler structureHandler)  

    Methods inherited from class org.thymeleaf.processor.element.AbstractAttributeModelProcessor

    doProcess

    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
  • Constructor Details

  • Method Details

    • doProcess

      protected void doProcess​(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IModel model, org.thymeleaf.engine.AttributeName attributeName, String attributeValue, org.thymeleaf.processor.element.IElementModelStructureHandler structureHandler)
      Specified by:
      doProcess in class org.thymeleaf.processor.element.AbstractAttributeModelProcessor