public final class SpringObjectAttrProcessor
extends org.thymeleaf.standard.processor.attr.AbstractStandardSelectionAttrProcessor
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_NAME |
static int |
ATTR_PRECEDENCE |
Constructor and Description |
---|
SpringObjectAttrProcessor() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
getAdditionalLocalVariables(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName) |
int |
getPrecedence() |
protected void |
validateSelectionValue(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName,
String attributeValue,
org.thymeleaf.standard.expression.IStandardExpression expression) |
getNewSelectionTarget
doAdditionalProcess, processAttribute
doProcess, getMatcher
public static final int ATTR_PRECEDENCE
public static final String ATTR_NAME
public int getPrecedence()
getPrecedence
in class org.thymeleaf.processor.AbstractProcessor
protected void validateSelectionValue(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element, String attributeName, String attributeValue, org.thymeleaf.standard.expression.IStandardExpression expression)
validateSelectionValue
in class org.thymeleaf.standard.processor.attr.AbstractStandardSelectionAttrProcessor
Copyright © 2016 The THYMELEAF team. All rights reserved.