Class SpringSelectFieldTagProcessor

  • All Implemented Interfaces:
    org.thymeleaf.engine.IAttributeDefinitionsAware, org.thymeleaf.processor.element.IElementProcessor, org.thymeleaf.processor.element.IElementTagProcessor, org.thymeleaf.processor.IProcessor

    public final class SpringSelectFieldTagProcessor
    extends AbstractSpringFieldTagProcessor
    Since:
    3.0.0
    Author:
    Daniel Fernández
    • Constructor Detail

      • SpringSelectFieldTagProcessor

        public SpringSelectFieldTagProcessor​(String dialectPrefix)
    • Method Detail

      • doProcess

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