org.thymeleaf.processor.tag
Class AbstractUnescapedTextChildModifierAttrProcessor

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

public abstract class AbstractUnescapedTextChildModifierAttrProcessor
extends AbstractMarkupSubstitutionTagProcessor

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractUnescapedTextChildModifierAttrProcessor()
           
 
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, getValueProcessorDependencies
 
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

AbstractUnescapedTextChildModifierAttrProcessor

public AbstractUnescapedTextChildModifierAttrProcessor()
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 © 2011 The THYMELEAF team. All Rights Reserved.