Class SpringInputCheckboxFieldTagProcessor

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

public final class SpringInputCheckboxFieldTagProcessor extends AbstractSpringFieldTagProcessor
Since:
3.0.3
Author:
Daniel Fernández
  • Field Details

  • Constructor Details

    • SpringInputCheckboxFieldTagProcessor

      public SpringInputCheckboxFieldTagProcessor(String dialectPrefix)
    • SpringInputCheckboxFieldTagProcessor

      public SpringInputCheckboxFieldTagProcessor(String dialectPrefix, boolean renderHiddenMarkersBeforeCheckboxes)
  • 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