org.thymeleaf.processor
Interface IAttributeNameProcessorMatcher

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

public interface IAttributeNameProcessorMatcher
extends IProcessorMatcher<Element>

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 getAttributeName(ProcessorMatchingContext context)
           
 
Methods inherited from interface org.thymeleaf.processor.IProcessorMatcher
appliesTo, matches
 

Method Detail

getAttributeName

String getAttributeName(ProcessorMatchingContext context)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.