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, recomputeProcessorsAfterExecutiondoAdditionalProcess, processAttribute, shouldRemoveAttributedoProcess, getMatchercompareTo, getMessage, getMessageForProcessor, getMessageForTemplate, processpublic static final int ATTR_PRECEDENCE
public static final String ATTR_NAME
public int getPrecedence()
getPrecedence in class AbstractProcessorprotected Set<String> getModifiedAttributeNames(Arguments arguments, Element element, String attributeName, String attributeValue, IStandardExpression expression)
getModifiedAttributeNames in class AbstractStandardSingleValueMultipleAttributeModifierAttrProcessorprotected AbstractAttributeModifierAttrProcessor.ModificationType getModificationType(Arguments arguments, Element element, String attributeName, String newAttributeName)
getModificationType in class AbstractAttributeModifierAttrProcessorprotected boolean removeAttributeIfEmpty(Arguments arguments, Element element, String attributeName, String newAttributeName)
removeAttributeIfEmpty in class AbstractAttributeModifierAttrProcessorCopyright © 2017 The THYMELEAF team. All rights reserved.