ReplaceProcessor instead.@Deprecated public class SubstituteByProcessor extends AbstractContentProcessor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROCESSOR_NAME_SUBSTITUTEBY
Deprecated.
|
| Constructor and Description |
|---|
SubstituteByProcessor()
Deprecated.
Constructor, set this processor to work on the 'substituteby' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.thymeleaf.processor.ProcessorResult |
processAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
java.lang.String attributeName)
Deprecated.
Locates the specified page/fragment and brings it into the current
template.
|
findFragments, getPrecedencedoProcess, getMatcherpublic static final java.lang.String PROCESSOR_NAME_SUBSTITUTEBY
public SubstituteByProcessor()
protected org.thymeleaf.processor.ProcessorResult processAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
java.lang.String attributeName)
processAttribute in class org.thymeleaf.processor.attr.AbstractAttrProcessorarguments - element - attributeName -