public final class StandardLangXmlLangAttrProcessor extends AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor
AbstractAttributeModifierAttrProcessor.ModificationType
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_NAME |
static int |
ATTR_PRECEDENCE |
static Set<String> |
TARGET_ATTR_NAMES |
Constructor and Description |
---|
StandardLangXmlLangAttrProcessor() |
Modifier and Type | Method and Description |
---|---|
protected AbstractAttributeModifierAttrProcessor.ModificationType |
getModificationType(Arguments arguments,
Element element,
String attributeName,
String newAttributeName) |
protected Set<String> |
getModifiedAttributeNames(Arguments arguments,
Element element,
String attributeName,
String attributeValue,
IStandardExpression expression) |
int |
getPrecedence() |
protected boolean |
removeAttributeIfEmpty(Arguments arguments,
Element element,
String attributeName,
String newAttributeName) |
getModifiedAttributeValues, recomputeProcessorsAfterExecution
doAdditionalProcess, processAttribute, shouldRemoveAttribute
doProcess, getMatcher
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate, process
public static final int ATTR_PRECEDENCE
public static final String ATTR_NAME
public int getPrecedence()
getPrecedence
in class AbstractProcessor
protected Set<String> getModifiedAttributeNames(Arguments arguments, Element element, String attributeName, String attributeValue, IStandardExpression expression)
getModifiedAttributeNames
in class AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor
protected AbstractAttributeModifierAttrProcessor.ModificationType getModificationType(Arguments arguments, Element element, String attributeName, String newAttributeName)
getModificationType
in class AbstractAttributeModifierAttrProcessor
protected boolean removeAttributeIfEmpty(Arguments arguments, Element element, String attributeName, String newAttributeName)
removeAttributeIfEmpty
in class AbstractAttributeModifierAttrProcessor
Copyright © 2017 The THYMELEAF team. All rights reserved.