public class ReplaceProcessor extends AbstractContentProcessor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROCESSOR_NAME_REPLACE |
| Constructor and Description |
|---|
ReplaceProcessor()
Constructor, set this processor to work on the 'replace' 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)
Locates the specified page/fragment and brings it into the current
template.
|
findFragments, getPrecedencedoProcess, getMatcherpublic static final java.lang.String PROCESSOR_NAME_REPLACE
public ReplaceProcessor()
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 -