org.thymeleaf.standard.processor.attr
Class AbstractStandardAttributeModifierAttrProcessor
Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.attr.AbstractAttrProcessor
org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardAttributeModifierAttrProcessor
- All Implemented Interfaces:
- Comparable<IProcessor>, IProcessor
- 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(IAttributeNameProcessorMatcher matcher)
AbstractStandardAttributeModifierAttrProcessor
protected AbstractStandardAttributeModifierAttrProcessor(String attributeName)
getModifiedAttributeValues
protected final Map<String,String> getModifiedAttributeValues(Arguments arguments,
Element element,
String attributeName)
- Specified by:
getModifiedAttributeValues
in class AbstractAttributeModifierAttrProcessor
recomputeProcessorsAfterExecution
protected boolean recomputeProcessorsAfterExecution(Arguments arguments,
Element element,
String attributeName)
- Specified by:
recomputeProcessorsAfterExecution
in class AbstractAttributeModifierAttrProcessor
Copyright © 2014 The THYMELEAF team. All Rights Reserved.