public final class SpringHrefAttrProcessor
extends org.thymeleaf.standard.processor.attr.AbstractStandardSingleAttributeModifierAttrProcessor
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_NAME |
static int |
ATTR_PRECEDENCE |
Constructor and Description |
---|
SpringHrefAttrProcessor() |
Modifier and Type | Method and Description |
---|---|
protected org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor.ModificationType |
getModificationType(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName,
String newAttributeName) |
int |
getPrecedence() |
protected String |
getTargetAttributeName(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName) |
protected String |
getTargetAttributeValue(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName) |
protected boolean |
removeAttributeIfEmpty(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName,
String newAttributeName) |
recomputeProcessorsAfterExecution
getModifiedAttributeValues
doAdditionalProcess, processAttribute, shouldRemoveAttribute
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 String getTargetAttributeName(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element, String attributeName)
getTargetAttributeName
in class org.thymeleaf.processor.attr.AbstractSingleAttributeModifierAttrProcessor
protected String getTargetAttributeValue(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element, String attributeName)
getTargetAttributeValue
in class org.thymeleaf.standard.processor.attr.AbstractStandardSingleAttributeModifierAttrProcessor
protected org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor.ModificationType getModificationType(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element, String attributeName, String newAttributeName)
getModificationType
in class org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor
Copyright © 2016 The THYMELEAF team. All rights reserved.