org.thymeleaf.processor
Interface IElementNameProcessorMatcher

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

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.

Since:
2.0.0
Author:
Daniel Fernández

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

Method Detail

getElementName

String getElementName(ProcessorMatchingContext context)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.