public abstract class AbstractStandardAttributeModifierTagProcessor extends AbstractStandardExpressionAttributeTagProcessor implements IAttributeDefinitionsAware
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStandardAttributeModifierTagProcessor(TemplateMode templateMode,
String dialectPrefix,
String attrName,
int precedence,
boolean removeIfEmpty) |
protected |
AbstractStandardAttributeModifierTagProcessor(TemplateMode templateMode,
String dialectPrefix,
String attrName,
String targetAttrCompleteName,
int precedence,
boolean removeIfEmpty) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcess(ITemplateContext context,
IProcessableElementTag tag,
AttributeName attributeName,
String attributeValue,
Object expressionResult,
IElementTagStructureHandler structureHandler) |
void |
setAttributeDefinitions(AttributeDefinitions attributeDefinitions) |
doProcessdoProcessgetDialectPrefix, getMatchingAttributeName, getMatchingElementName, processgetPrecedence, getTemplateModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrecedence, getTemplateModeprotected AbstractStandardAttributeModifierTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, int precedence, boolean removeIfEmpty)
protected AbstractStandardAttributeModifierTagProcessor(TemplateMode templateMode, String dialectPrefix, String attrName, String targetAttrCompleteName, int precedence, boolean removeIfEmpty)
public void setAttributeDefinitions(AttributeDefinitions attributeDefinitions)
setAttributeDefinitions in interface IAttributeDefinitionsAwareprotected final void doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, Object expressionResult, IElementTagStructureHandler structureHandler)
doProcess in class AbstractStandardExpressionAttributeTagProcessorCopyright © 2017 The THYMELEAF team. All rights reserved.