public class DataProcessor
extends org.thymeleaf.processor.AbstractProcessor
implements org.thymeleaf.processor.element.IElementTagProcessor
| Modifier and Type | Field and Description |
|---|---|
static int |
PRECEDENCE |
| Constructor and Description |
|---|
DataProcessor(org.thymeleaf.templatemode.TemplateMode templateMode,
java.lang.String dialectPrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.thymeleaf.processor.element.MatchingAttributeName |
getMatchingAttributeName() |
org.thymeleaf.processor.element.MatchingElementName |
getMatchingElementName() |
void |
process(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler) |
getPrecedence, getTemplateModepublic static final int PRECEDENCE
public DataProcessor(org.thymeleaf.templatemode.TemplateMode templateMode,
java.lang.String dialectPrefix)
public org.thymeleaf.processor.element.MatchingElementName getMatchingElementName()
getMatchingElementName in interface org.thymeleaf.processor.element.IElementProcessorpublic org.thymeleaf.processor.element.MatchingAttributeName getMatchingAttributeName()
getMatchingAttributeName in interface org.thymeleaf.processor.element.IElementProcessorpublic void process(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler)
process in interface org.thymeleaf.processor.element.IElementTagProcessor