public abstract class AbstractStandardAttributeModifierAttrProcessor extends AbstractAttributeModifierAttrProcessor
AbstractAttributeModifierAttrProcessor.ModificationType
Modifier | Constructor and Description |
---|---|
protected |
AbstractStandardAttributeModifierAttrProcessor(IAttributeNameProcessorMatcher matcher) |
protected |
AbstractStandardAttributeModifierAttrProcessor(IAttributeNameProcessorMatcher matcher,
boolean restrictedExpressionEvaluationMode) |
protected |
AbstractStandardAttributeModifierAttrProcessor(String attributeName) |
protected |
AbstractStandardAttributeModifierAttrProcessor(String attributeName,
boolean restrictedExpressionEvaluationMode) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
getModifiedAttributeValues(Arguments arguments,
Element element,
String attributeName) |
protected boolean |
recomputeProcessorsAfterExecution(Arguments arguments,
Element element,
String attributeName) |
doAdditionalProcess, getModificationType, processAttribute, removeAttributeIfEmpty, shouldRemoveAttribute
doProcess, getMatcher
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate, getPrecedence, process
protected AbstractStandardAttributeModifierAttrProcessor(IAttributeNameProcessorMatcher matcher)
protected AbstractStandardAttributeModifierAttrProcessor(String attributeName)
protected AbstractStandardAttributeModifierAttrProcessor(IAttributeNameProcessorMatcher matcher, boolean restrictedExpressionEvaluationMode)
protected AbstractStandardAttributeModifierAttrProcessor(String attributeName, boolean restrictedExpressionEvaluationMode)
protected final Map<String,String> getModifiedAttributeValues(Arguments arguments, Element element, String attributeName)
getModifiedAttributeValues
in class AbstractAttributeModifierAttrProcessor
protected boolean recomputeProcessorsAfterExecution(Arguments arguments, Element element, String attributeName)
recomputeProcessorsAfterExecution
in class AbstractAttributeModifierAttrProcessor
Copyright © 2017 The THYMELEAF team. All rights reserved.