public final class ProcessorMatchingContext extends Object
Models the context in which a node is matched.
These objects are only applied when the node is an Element
.
This is needed because a processor's applicability specifies an element or attribute name,
but dialects might be configured with any prefix, and this will affect matching capabilities
because final names will be composed of both prefix and name.
Matching contexts help matchers know the circumstances in which a node is trying to match, specifically the prefix being applied to the dialect.
Constructor and Description |
---|
ProcessorMatchingContext(IDialect dialect,
String dialectPrefix) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
IDialect |
getDialect() |
String |
getDialectPrefix() |
int |
hashCode() |
Copyright © 2016 The THYMELEAF team. All rights reserved.