org.thymeleaf.standard.processor.attr
Class StandardUtextAttrProcessor

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

public final class StandardUtextAttrProcessor
extends AbstractStandardUnescapedTextChildModifierAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Field Summary
static String ATTR_NAME
           
static int ATTR_PRECEDENCE
           
 
Constructor Summary
StandardUtextAttrProcessor()
           
 
Method Summary
 int getPrecedence()
           
 
Methods inherited from class org.thymeleaf.standard.processor.attr.AbstractStandardUnescapedTextChildModifierAttrProcessor
getText
 
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, process
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_PRECEDENCE

public static final int ATTR_PRECEDENCE
See Also:
Constant Field Values

ATTR_NAME

public static final String ATTR_NAME
See Also:
Constant Field Values
Constructor Detail

StandardUtextAttrProcessor

public StandardUtextAttrProcessor()
Method Detail

getPrecedence

public int getPrecedence()
Specified by:
getPrecedence in class AbstractProcessor


Copyright © 2012 The THYMELEAF team. All Rights Reserved.