public class DataProcessor
extends org.thymeleaf.processor.AbstractProcessor
| Constructor and Description |
|---|
DataProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected org.thymeleaf.processor.ProcessorResult |
doProcess(org.thymeleaf.Arguments arguments,
org.thymeleaf.processor.ProcessorMatchingContext processorMatchingContext,
org.thymeleaf.dom.Node node) |
org.thymeleaf.processor.IProcessorMatcher<? extends org.thymeleaf.dom.Node> |
getMatcher() |
int |
getPrecedence() |
public int getPrecedence()
getPrecedence in class org.thymeleaf.processor.AbstractProcessorpublic org.thymeleaf.processor.IProcessorMatcher<? extends org.thymeleaf.dom.Node> getMatcher()
protected org.thymeleaf.processor.ProcessorResult doProcess(org.thymeleaf.Arguments arguments,
org.thymeleaf.processor.ProcessorMatchingContext processorMatchingContext,
org.thymeleaf.dom.Node node)
doProcess in class org.thymeleaf.processor.AbstractProcessor