public abstract class AbstractFragmentHandlingElementProcessor extends AbstractElementProcessor
Modifier | Constructor and Description |
---|---|
protected |
AbstractFragmentHandlingElementProcessor(IElementNameProcessorMatcher matcher) |
protected |
AbstractFragmentHandlingElementProcessor(String elementName) |
Modifier and Type | Method and Description |
---|---|
protected abstract List<Node> |
computeFragment(Arguments arguments,
Element element) |
protected abstract boolean |
getRemoveHostNode(Arguments arguments,
Element element) |
ProcessorResult |
processElement(Arguments arguments,
Element element) |
doProcess, getMatcher
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate, getPrecedence, process
protected AbstractFragmentHandlingElementProcessor(String elementName)
protected AbstractFragmentHandlingElementProcessor(IElementNameProcessorMatcher matcher)
public final ProcessorResult processElement(Arguments arguments, Element element)
processElement
in class AbstractElementProcessor
protected abstract boolean getRemoveHostNode(Arguments arguments, Element element)
Copyright © 2016 The THYMELEAF team. All rights reserved.