org.thymeleaf.processor.attr
Class AbstractChildrenModifierAttrProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
          extended by org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor
All Implemented Interfaces:
Comparable<IProcessor>, IProcessor
Direct Known Subclasses:
AbstractTextChildModifierAttrProcessor, AbstractUnescapedTextChildModifierAttrProcessor

public abstract class AbstractChildrenModifierAttrProcessor
extends AbstractAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractChildrenModifierAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
AbstractChildrenModifierAttrProcessor(String attributeName)
           
 
Method Summary
protected abstract  java.util.List<Node> getModifiedChildren(Arguments arguments, Element element, String attributeName)
           
 ProcessorResult processAttribute(Arguments arguments, Element element, String attributeName)
           
 
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

AbstractChildrenModifierAttrProcessor

public AbstractChildrenModifierAttrProcessor(String attributeName)

AbstractChildrenModifierAttrProcessor

public AbstractChildrenModifierAttrProcessor(IAttributeNameProcessorMatcher matcher)
Method Detail

processAttribute

public final ProcessorResult processAttribute(Arguments arguments,
                                              Element element,
                                              String attributeName)
Specified by:
processAttribute in class AbstractAttrProcessor

getModifiedChildren

protected abstract java.util.List<Node> getModifiedChildren(Arguments arguments,
                                                            Element element,
                                                            String attributeName)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.