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