org.thymeleaf.standard.processor.attr
Class AbstractStandardAttributeModifierAttrProcessor

Object
  extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
      extended by org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor
AbstractAttributeModifierAttrProcessor.ModificationType
 
Constructor Summary
AbstractStandardAttributeModifierAttrProcessor()
           
 
Method Summary
protected  Map<String,String> getNewAttributeValues(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor
getModificationType, process, removeAttributeIfEmpty
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttrProcessor
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.thymeleaf.processor.attr.IAttrProcessor
getAttributeApplicabilities, getPrecedence
 

Constructor Detail

AbstractStandardAttributeModifierAttrProcessor

public AbstractStandardAttributeModifierAttrProcessor()
Method Detail

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.