org.thymeleaf.processor.tag
Class AbstractUnescapedTextChildModifierTagProcessor

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

public abstract class AbstractUnescapedTextChildModifierTagProcessor
extends AbstractMarkupSubstitutionTagProcessor

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractUnescapedTextChildModifierTagProcessor()
           
 
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

AbstractUnescapedTextChildModifierTagProcessor

public AbstractUnescapedTextChildModifierTagProcessor()
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.