public abstract class AbstractContentProcessor
extends org.thymeleaf.processor.attr.AbstractAttrProcessor
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractContentProcessor(java.lang.String attribute)
Subclass constructor, set the attribute name that this processor will
respond to.
|
| Modifier and Type | Method and Description |
|---|---|
protected static java.util.Map<java.lang.String,java.lang.Object> |
findFragments(java.util.List<org.thymeleaf.dom.Element> elements)
Find and return clones of all fragments within the given elements without
delving into layout:include, layout:replace, or
layout:substituteby elements.
|
int |
getPrecedence() |
doProcess, getMatcher, processAttributeprotected AbstractContentProcessor(java.lang.String attribute)
attribute - protected static java.util.Map<java.lang.String,java.lang.Object> findFragments(java.util.List<org.thymeleaf.dom.Element> elements)
elements - public int getPrecedence()
getPrecedence in class org.thymeleaf.processor.AbstractProcessor