public abstract class AbstractChildrenModifierAttrProcessor extends AbstractAttrProcessor
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractChildrenModifierAttrProcessor(IAttributeNameProcessorMatcher matcher) |
protected |
AbstractChildrenModifierAttrProcessor(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<Node> |
getModifiedChildren(Arguments arguments,
Element element,
String attributeName) |
protected boolean |
getReplaceHostElement(Arguments arguments,
Element element,
String attributeName) |
ProcessorResult |
processAttribute(Arguments arguments,
Element element,
String attributeName) |
doProcess, getMatchercompareTo, getMessage, getMessageForProcessor, getMessageForTemplate, getPrecedence, processprotected AbstractChildrenModifierAttrProcessor(String attributeName)
protected AbstractChildrenModifierAttrProcessor(IAttributeNameProcessorMatcher matcher)
public final ProcessorResult processAttribute(Arguments arguments, Element element, String attributeName)
processAttribute in class AbstractAttrProcessorprotected abstract List<Node> getModifiedChildren(Arguments arguments, Element element, String attributeName)
Copyright © 2016 The THYMELEAF team. All rights reserved.