Class AttributesInnerWhitespacesProcessor

java.lang.Object
org.thymeleaf.processor.AbstractProcessor
de.digitalcollections.commons.springmvc.thymeleaf.AttributesInnerWhitespacesProcessor
All Implemented Interfaces:
org.thymeleaf.processor.element.IElementProcessor, org.thymeleaf.processor.element.IElementTagProcessor, org.thymeleaf.processor.IProcessor

public class AttributesInnerWhitespacesProcessor extends org.thymeleaf.processor.AbstractProcessor implements org.thymeleaf.processor.element.IElementTagProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.thymeleaf.processor.element.MatchingAttributeName
     
    org.thymeleaf.processor.element.MatchingElementName
     
    void
    process(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IProcessableElementTag tag, org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler)
     

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

    • process

      public void process(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IProcessableElementTag tag, org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler)
      Specified by:
      process in interface org.thymeleaf.processor.element.IElementTagProcessor
    • getMatchingElementName

      public org.thymeleaf.processor.element.MatchingElementName getMatchingElementName()
      Specified by:
      getMatchingElementName in interface org.thymeleaf.processor.element.IElementProcessor
    • getMatchingAttributeName

      public org.thymeleaf.processor.element.MatchingAttributeName getMatchingAttributeName()
      Specified by:
      getMatchingAttributeName in interface org.thymeleaf.processor.element.IElementProcessor