org.thymeleaf.processor.attr
Class AbstractTextChildModifierAttrProcessor

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

public abstract class AbstractTextChildModifierAttrProcessor
extends AbstractChildrenModifierAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractTextChildModifierAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
AbstractTextChildModifierAttrProcessor(String attributeName)
           
 
Method Summary
protected  java.util.List<Node> getModifiedChildren(Arguments arguments, Element element, String attributeName)
           
protected abstract  String getText(Arguments arguments, Element element, String attributeName)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor
processAttribute
 
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

AbstractTextChildModifierAttrProcessor

public AbstractTextChildModifierAttrProcessor(IAttributeNameProcessorMatcher matcher)

AbstractTextChildModifierAttrProcessor

public AbstractTextChildModifierAttrProcessor(String attributeName)
Method Detail

getModifiedChildren

protected final java.util.List<Node> getModifiedChildren(Arguments arguments,
                                                         Element element,
                                                         String attributeName)
Specified by:
getModifiedChildren in class AbstractChildrenModifierAttrProcessor

getText

protected abstract String getText(Arguments arguments,
                                  Element element,
                                  String attributeName)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.