public class FragmentProcessor
extends org.thymeleaf.processor.attr.AbstractAttrProcessor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROCESSOR_NAME_FRAGMENT |
| Constructor and Description |
|---|
FragmentProcessor()
Constructor, sets this processor to work on the 'fragment' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPrecedence() |
protected org.thymeleaf.processor.ProcessorResult |
processAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
java.lang.String attributeName)
Includes or replaces the content of fragments into the corresponding
fragment placeholder.
|
doProcess, getMatcherpublic static final java.lang.String PROCESSOR_NAME_FRAGMENT
public FragmentProcessor()
public final int getPrecedence()
getPrecedence in class org.thymeleaf.processor.AbstractProcessorprotected 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 -