org.thymeleaf.processor.tag
Class AbstractTextChildModifierTagProcessor

Object
  extended by org.thymeleaf.processor.tag.AbstractTagProcessor
      extended by org.thymeleaf.processor.tag.AbstractMarkupSubstitutionTagProcessor
          extended by org.thymeleaf.processor.tag.AbstractTextChildModifierTagProcessor
All Implemented Interfaces:
ITagProcessor

public abstract class AbstractTextChildModifierTagProcessor
extends AbstractMarkupSubstitutionTagProcessor

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractTextChildModifierTagProcessor()
           
 
Method Summary
protected  List<Node> getMarkupSubstitutes(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
protected abstract  String getText(Arguments arguments, TemplateResolution templateResolution, Document document, Element element)
           
 
Methods inherited from class org.thymeleaf.processor.tag.AbstractMarkupSubstitutionTagProcessor
process
 
Methods inherited from class org.thymeleaf.processor.tag.AbstractTagProcessor
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.tag.ITagProcessor
getTagApplicabilities
 

Constructor Detail

AbstractTextChildModifierTagProcessor

public AbstractTextChildModifierTagProcessor()
Method Detail

getMarkupSubstitutes

protected List<Node> getMarkupSubstitutes(Arguments arguments,
                                          TemplateResolution templateResolution,
                                          Document document,
                                          Element element)
Specified by:
getMarkupSubstitutes in class AbstractMarkupSubstitutionTagProcessor

getText

protected abstract String getText(Arguments arguments,
                                  TemplateResolution templateResolution,
                                  Document document,
                                  Element element)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.