org.thymeleaf.standard.processor.attr
Class StandardAltTitleAttrProcessor
Object
  
org.thymeleaf.processor.AbstractProcessor
      
org.thymeleaf.processor.attr.AbstractAttrProcessor
          
org.thymeleaf.processor.attr.AbstractAttributeModifierAttrProcessor
              
org.thymeleaf.standard.processor.attr.AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor
                  
org.thymeleaf.standard.processor.attr.StandardAltTitleAttrProcessor
- All Implemented Interfaces: 
 - Comparable<IProcessor>, IProcessor
 
public final class StandardAltTitleAttrProcessor
- extends AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor
 
- Since:
 
  - 1.0
 
- Author:
 
  - Daniel Fernández
 
 
 
 
 
| 
Method Summary | 
protected  AbstractAttributeModifierAttrProcessor.ModificationType | 
getModificationType(Arguments arguments,
                    Element element,
                    String attributeName,
                    String newAttributeName)
 
            | 
protected  Set<String> | 
getModifiedAttributeNames(Arguments arguments,
                          Element element,
                          String attributeName,
                          String attributeValue,
                          Expression expression)
 
            | 
 int | 
getPrecedence()
 
            | 
protected  boolean | 
removeAttributeIfEmpty(Arguments arguments,
                       Element element,
                       String attributeName,
                       String newAttributeName)
 
            | 
 
 
 
 
 
| Methods inherited from class Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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
 
TARGET_ATTR_NAMES
public static final Set<String> TARGET_ATTR_NAMES
StandardAltTitleAttrProcessor
public StandardAltTitleAttrProcessor()
getPrecedence
public int getPrecedence()
- Specified by:
 getPrecedence in class AbstractProcessor
 
 
getModifiedAttributeNames
protected Set<String> getModifiedAttributeNames(Arguments arguments,
                                                Element element,
                                                String attributeName,
                                                String attributeValue,
                                                Expression expression)
- Specified by:
 getModifiedAttributeNames in class AbstractStandardSingleValueMultipleAttributeModifierAttrProcessor
 
 
getModificationType
protected AbstractAttributeModifierAttrProcessor.ModificationType getModificationType(Arguments arguments,
                                                                                      Element element,
                                                                                      String attributeName,
                                                                                      String newAttributeName)
- Specified by:
 getModificationType in class AbstractAttributeModifierAttrProcessor
 
 
removeAttributeIfEmpty
protected boolean removeAttributeIfEmpty(Arguments arguments,
                                         Element element,
                                         String attributeName,
                                         String newAttributeName)
- Specified by:
 removeAttributeIfEmpty in class AbstractAttributeModifierAttrProcessor
 
 
Copyright © 2013 The THYMELEAF team. All Rights Reserved.