public final class SpringErrorsAttrProcessor
extends org.thymeleaf.processor.attr.AbstractAttrProcessor
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_NAME |
static int |
ATTR_PRECEDENCE |
Constructor and Description |
---|
SpringErrorsAttrProcessor() |
Modifier and Type | Method and Description |
---|---|
int |
getPrecedence() |
org.thymeleaf.processor.ProcessorResult |
processAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName) |
doProcess, getMatcher
public static final int ATTR_PRECEDENCE
public static final String ATTR_NAME
public int getPrecedence()
getPrecedence
in class org.thymeleaf.processor.AbstractProcessor
public org.thymeleaf.processor.ProcessorResult processAttribute(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element, String attributeName)
processAttribute
in class org.thymeleaf.processor.attr.AbstractAttrProcessor
Copyright © 2016 The THYMELEAF team. All rights reserved.