public class TitlePatternProcessor
extends org.thymeleaf.processor.attr.AbstractAttrProcessor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTENT_TITLE |
static java.lang.String |
DECORATOR_TITLE |
static java.lang.String |
PROCESSOR_NAME_TITLEPATTERN |
| Constructor and Description |
|---|
TitlePatternProcessor()
Constructor, sets this processor to work on the 'title-pattern' 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) |
doProcess, getMatcherpublic static final java.lang.String PROCESSOR_NAME_TITLEPATTERN
public static final java.lang.String DECORATOR_TITLE
public static final java.lang.String CONTENT_TITLE
public TitlePatternProcessor()
public 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.AbstractAttrProcessor