org.thymeleaf.standard.processor.attr
Class AbstractStandardAttributeModifierAttrProcessor
Object
org.thymeleaf.processor.attr.AbstractAttrProcessor
org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardAttributeModifierAttrProcessor
- All Implemented Interfaces:
- Comparable<IAttrProcessor>, IAttrProcessor
- Direct Known Subclasses:
- StandardAttrappendAttrProcessor, StandardAttrAttrProcessor, StandardAttrprependAttrProcessor
public abstract class AbstractStandardAttributeModifierAttrProcessor
- extends AbstractAttributeModifierAttrProcessor
- Since:
- 1.0
- Author:
- Daniel Fernández
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractStandardAttributeModifierAttrProcessor
public AbstractStandardAttributeModifierAttrProcessor()
getNewAttributeValues
protected final Map<String,String> getNewAttributeValues(Arguments arguments,
TemplateResolution templateResolution,
Document document,
Element element,
Attr attribute,
String attributeName,
String attributeValue)
- Specified by:
getNewAttributeValues
in class AbstractAttributeModifierAttrProcessor
Copyright © 2012 The THYMELEAF team. All Rights Reserved.