public class IncludeProcessor extends AbstractContentProcessor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROCESSOR_NAME_INCLUDE |
| Constructor and Description |
|---|
IncludeProcessor()
Constructor, sets this processor to work on the 'include' 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 and includes it into the current template.
|
findFragments, getPrecedencedoProcess, getMatcherpublic static final java.lang.String PROCESSOR_NAME_INCLUDE
public IncludeProcessor()
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 -