org.thymeleaf.standard.processor.attr
Class AbstractStandardUnescapedTextChildModifierAttrProcessor

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.AbstractUnescapedTextChildModifierAttrProcessor
                  extended by org.thymeleaf.standard.processor.attr.AbstractStandardUnescapedTextChildModifierAttrProcessor
All Implemented Interfaces:
Comparable<IProcessor>, IProcessor
Direct Known Subclasses:
StandardUtextAttrProcessor

public abstract class AbstractStandardUnescapedTextChildModifierAttrProcessor
extends AbstractUnescapedTextChildModifierAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractStandardUnescapedTextChildModifierAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
AbstractStandardUnescapedTextChildModifierAttrProcessor(String attributeName)
           
 
Method Summary
protected  String getText(Arguments arguments, Element element, String attributeName)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractUnescapedTextChildModifierAttrProcessor
getModifiedChildren
 
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

AbstractStandardUnescapedTextChildModifierAttrProcessor

public AbstractStandardUnescapedTextChildModifierAttrProcessor(IAttributeNameProcessorMatcher matcher)

AbstractStandardUnescapedTextChildModifierAttrProcessor

public AbstractStandardUnescapedTextChildModifierAttrProcessor(String attributeName)
Method Detail

getText

protected final String getText(Arguments arguments,
                               Element element,
                               String attributeName)
Specified by:
getText in class AbstractUnescapedTextChildModifierAttrProcessor


Copyright © 2012 The THYMELEAF team. All Rights Reserved.