org.thymeleaf.processor
Interface ICommentNodeProcessorMatcher

All Superinterfaces:
IProcessorMatcher<Comment>
All Known Implementing Classes:
CommentNodeProcessorMatcher

public interface ICommentNodeProcessorMatcher
extends IProcessorMatcher<Comment>

Sub-interface of IProcessorMatcher for matchers that match Text/CDATA nodes.

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

Since:
2.0.0
Author:
Daniel Fernández

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



Copyright © 2013 The THYMELEAF team. All Rights Reserved.