org.thymeleaf.processor
Interface IAttributeNameProcessorMatcher

All Superinterfaces:
IProcessorMatcher<NestableAttributeHolderNode>
All Known Implementing Classes:
AttributeNameProcessorMatcher

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.

Since:
2.0.0
Author:
Daniel Fernández

Method Summary
 String[] getAttributeNames(ProcessorMatchingContext context)
           
 
Methods inherited from interface org.thymeleaf.processor.IProcessorMatcher
appliesTo, matches
 

Method Detail

getAttributeNames

String[] getAttributeNames(ProcessorMatchingContext context)


Copyright © 2013 The THYMELEAF team. All Rights Reserved.