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