org.thymeleaf.standard.processor.attr
Class AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
          extended by org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor
              extended by org.thymeleaf.standard.processor.attr.AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor
All Implemented Interfaces:
Comparable<IProcessor>, IProcessor
Direct Known Subclasses:
StandardAltTitleAttrProcessor, StandardLangXmlLangAttrProcessor

public abstract class AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor
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
protected AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
protected AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor(String attributeName)
           
 
Method Summary
protected abstract  Set<String> getModifiedAttributeNames(Arguments arguments, Element element, String attributeName, String attributeValue, IStandardExpression expression)
           
protected  Map<String,String> getModifiedAttributeValues(Arguments arguments, Element element, String attributeName)
           
protected  boolean recomputeProcessorsAfterExecution(Arguments arguments, Element element, String attributeName)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor
doAdditionalProcess, getModificationType, processAttribute, removeAttributeIfEmpty, shouldRemoveAttribute
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttrProcessor
doProcess, getMatcher
 
Methods inherited from class org.thymeleaf.processor.AbstractProcessor
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate, getPrecedence, process
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor

protected AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor(IAttributeNameProcessorMatcher matcher)

AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor

protected AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor(String attributeName)
Method Detail

getModifiedAttributeValues

protected final Map<String,String> getModifiedAttributeValues(Arguments arguments,
                                                              Element element,
                                                              String attributeName)
Specified by:
getModifiedAttributeValues in class AbstractAttributeModifierAttrProcessor

getModifiedAttributeNames

protected abstract Set<String> getModifiedAttributeNames(Arguments arguments,
                                                         Element element,
                                                         String attributeName,
                                                         String attributeValue,
                                                         IStandardExpression expression)

recomputeProcessorsAfterExecution

protected boolean recomputeProcessorsAfterExecution(Arguments arguments,
                                                    Element element,
                                                    String attributeName)
Specified by:
recomputeProcessorsAfterExecution in class AbstractAttributeModifierAttrProcessor


Copyright © 2013 The THYMELEAF team. All Rights Reserved.