Class SpringOptionFieldTagProcessor

Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.element.AbstractElementTagProcessor
org.thymeleaf.processor.element.AbstractAttributeTagProcessor
org.thymeleaf.spring5.processor.AbstractSpringFieldTagProcessor
org.thymeleaf.spring5.processor.SpringOptionFieldTagProcessor
All Implemented Interfaces:
org.thymeleaf.engine.IAttributeDefinitionsAware, org.thymeleaf.processor.element.IElementProcessor, org.thymeleaf.processor.element.IElementTagProcessor, org.thymeleaf.processor.IProcessor

public final class SpringOptionFieldTagProcessor extends AbstractSpringFieldTagProcessor
Since:
3.0.3
Author:
Daniel Fernández
  • Constructor Details

    • SpringOptionFieldTagProcessor

      public SpringOptionFieldTagProcessor(String dialectPrefix)
  • Method Details

    • doProcess

      protected void doProcess(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IProcessableElementTag tag, org.thymeleaf.engine.AttributeName attributeName, String attributeValue, IThymeleafBindStatus bindStatus, org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler)
      Specified by:
      doProcess in class AbstractSpringFieldTagProcessor