org.thymeleaf.extras.tiles2.dialect.processor
Class AbstractTilesFragmentHandlingAttrProcessor
Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.attr.AbstractAttrProcessor
org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor
org.thymeleaf.extras.tiles2.dialect.processor.AbstractTilesFragmentHandlingAttrProcessor
- All Implemented Interfaces:
- Comparable<org.thymeleaf.processor.IProcessor>, org.thymeleaf.processor.IProcessor
- Direct Known Subclasses:
- TilesIncludeAttrProcessor, TilesReplaceAttrProcessor, TilesSubstituteByAttrProcessor
public abstract class AbstractTilesFragmentHandlingAttrProcessor
- extends org.thymeleaf.processor.attr.AbstractChildrenModifierAttrProcessor
- Author:
- Daniel Fernández
|
Method Summary |
protected List<org.thymeleaf.dom.Node> |
getModifiedChildren(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName)
|
| 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, getPrecedence, process |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTilesFragmentHandlingAttrProcessor
public AbstractTilesFragmentHandlingAttrProcessor(String attributeName)
getModifiedChildren
protected final 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.