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