|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.thymeleaf.processor.CommentNodeProcessorMatcher
public final class CommentNodeProcessorMatcher
Implementation of ICommentNodeProcessorMatcher
that matches every
Comment
node.
Constructor Summary | |
---|---|
CommentNodeProcessorMatcher()
|
Method Summary | |
---|---|
Class<? extends Comment> |
appliesTo()
Returns the type of Node this matcher applies to (and therefore the type of Node that processors with this matcher will apply to). |
boolean |
matches(Node node,
ProcessorMatchingContext context)
Try to match the node, using the specified matching context. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommentNodeProcessorMatcher()
Method Detail |
---|
public boolean matches(Node node, ProcessorMatchingContext context)
IProcessorMatcher
Try to match the node, using the specified matching context.
matches
in interface IProcessorMatcher<Comment>
node
- the node to be matchedcontext
- the matching context
public Class<? extends Comment> appliesTo()
IProcessorMatcher
Returns the type of Node this matcher applies to (and therefore the type of Node that processors with this matcher will apply to).
appliesTo
in interface IProcessorMatcher<Comment>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |