org.thymeleaf.processor
Interface IDocumentNodeProcessorMatcher

All Superinterfaces:
IProcessorMatcher<Document>
All Known Implementing Classes:
DocumentNodeProcessorMatcher

public interface IDocumentNodeProcessorMatcher
extends IProcessorMatcher<Document>

Sub-interface of IProcessorMatcher for matchers that match Document nodes.

Every processor matching Document nodes should have matchers implementing this interface.

Since:
2.0.13
Author:
Daniel Fernández

Method Summary
 
Methods inherited from interface org.thymeleaf.processor.IProcessorMatcher
appliesTo, matches
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.