org.thymeleaf.standard.processor.attr
Class AbstractStandardUnescapedTextChildModifierAttrProcessor

Object
  extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
      extended by org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor
          extended by org.thymeleaf.processor.attr.AbstractUnescapedTextChildModifierAttrProcessor
              extended by org.thymeleaf.standard.processor.attr.AbstractStandardUnescapedTextChildModifierAttrProcessor
All Implemented Interfaces:
Comparable<IAttrProcessor>, IAttrProcessor
Direct Known Subclasses:
StandardUtextAttrProcessor

public abstract class AbstractStandardUnescapedTextChildModifierAttrProcessor
extends AbstractUnescapedTextChildModifierAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractStandardUnescapedTextChildModifierAttrProcessor()
           
 
Method Summary
protected  String getText(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractUnescapedTextChildModifierAttrProcessor
getNewChildren
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor
process
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttrProcessor
compareTo, 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.attr.IAttrProcessor
getAttributeApplicabilities, getPrecedence
 

Constructor Detail

AbstractStandardUnescapedTextChildModifierAttrProcessor

public AbstractStandardUnescapedTextChildModifierAttrProcessor()
Method Detail

getText

protected final String getText(Arguments arguments,
                               TemplateResolution templateResolution,
                               Document document,
                               Element element,
                               Attr attribute,
                               String attributeName,
                               String attributeValue)
Specified by:
getText in class AbstractUnescapedTextChildModifierAttrProcessor


Copyright © 2012 The THYMELEAF team. All Rights Reserved.