org.thymeleaf.extras.tiles2.dialect.processor
Class TilesStringAttrProcessor
Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.attr.AbstractAttrProcessor
org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor
org.thymeleaf.extras.tiles2.dialect.processor.TilesStringAttrProcessor
- All Implemented Interfaces:
- Comparable<org.thymeleaf.processor.IProcessor>, org.thymeleaf.processor.IProcessor
public class TilesStringAttrProcessor
- extends org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor
Inserts String-type Tiles attributes.
- Author:
- Daniel Fernández
| Methods inherited from class org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor |
getReplaceHostElement, 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 |
ATTR_NAME
public static final String ATTR_NAME
- See Also:
- Constant Field Values
PRECEDENCE
public static final int PRECEDENCE
- See Also:
- Constant Field Values
TilesStringAttrProcessor
public TilesStringAttrProcessor()
getPrecedence
public int getPrecedence()
- Specified by:
getPrecedence in class org.thymeleaf.processor.AbstractProcessor
getModifiedChildren
protected List<org.thymeleaf.dom.Node> getModifiedChildren(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName)
- Specified by:
getModifiedChildren in class org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor
Copyright © 2014 The THYMELEAF team. All rights reserved.