public interface IElementNameProcessorMatcher extends IProcessorMatcher<Element>
Sub-interface of IProcessorMatcher for matchers based on element names.
Every processor matching elements by name should have matchers implementing this interface, as this enables certain precomputations and boosts performance.
| Modifier and Type | Method and Description |
|---|---|
String[] |
getElementNames(ProcessorMatchingContext context) |
appliesTo, matchesString[] getElementNames(ProcessorMatchingContext context)
Copyright © 2016 The THYMELEAF team. All rights reserved.