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 TypeMethodDescriptionorg.thymeleaf.processor.element.MatchingAttributeNameorg.thymeleaf.processor.element.MatchingElementNamevoidprocess(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, getTemplateModeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
processin interfaceorg.thymeleaf.processor.element.IElementTagProcessor
-
getMatchingElementName
public org.thymeleaf.processor.element.MatchingElementName getMatchingElementName()- Specified by:
getMatchingElementNamein interfaceorg.thymeleaf.processor.element.IElementProcessor
-
getMatchingAttributeName
public org.thymeleaf.processor.element.MatchingAttributeName getMatchingAttributeName()- Specified by:
getMatchingAttributeNamein interfaceorg.thymeleaf.processor.element.IElementProcessor
-