org.thymeleaf.standard.processor.attr
Class AbstractStandardSingleAttributeModifierAttrProcessor

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.processor.attr.AbstractSingleAttributeModifierAttrProcessor
                  extended by org.thymeleaf.standard.processor.attr.AbstractStandardSingleAttributeModifierAttrProcessor
All Implemented Interfaces:
Comparable<IProcessor>, IProcessor
Direct Known Subclasses:
StandardClassappendAttrProcessor, StandardDOMEventAttributeModifierAttrProcessor, StandardSingleNonRemovableAttributeModifierAttrProcessor, StandardSingleRemovableAttributeModifierAttrProcessor, StandardXmlBaseAttrProcessor, StandardXmlLangAttrProcessor, StandardXmlSpaceAttrProcessor

public abstract class AbstractStandardSingleAttributeModifierAttrProcessor
extends AbstractSingleAttributeModifierAttrProcessor

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
AbstractStandardSingleAttributeModifierAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
AbstractStandardSingleAttributeModifierAttrProcessor(String attributeName)
           
 
Method Summary
protected  String getTargetAttributeValue(Arguments arguments, Element element, String attributeName)
           
protected  boolean recomputeProcessorsAfterExecution(Arguments arguments, Element element, String attributeName)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractSingleAttributeModifierAttrProcessor
getModifiedAttributeValues, getTargetAttributeName
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor
getModificationType, processAttribute, removeAttributeIfEmpty
 
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

AbstractStandardSingleAttributeModifierAttrProcessor

public AbstractStandardSingleAttributeModifierAttrProcessor(IAttributeNameProcessorMatcher matcher)

AbstractStandardSingleAttributeModifierAttrProcessor

public AbstractStandardSingleAttributeModifierAttrProcessor(String attributeName)
Method Detail

getTargetAttributeValue

protected String getTargetAttributeValue(Arguments arguments,
                                         Element element,
                                         String attributeName)
Specified by:
getTargetAttributeValue in class AbstractSingleAttributeModifierAttrProcessor

recomputeProcessorsAfterExecution

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


Copyright © 2012 The THYMELEAF team. All Rights Reserved.