Interface | Description |
---|---|
IAttributeNameProcessorMatcher |
Sub-interface of
IProcessorMatcher for matchers based on attribute names. |
ICommentNodeProcessorMatcher |
Sub-interface of
IProcessorMatcher for matchers that match Text/CDATA nodes. |
IDocumentNodeProcessorMatcher |
Sub-interface of
IProcessorMatcher for matchers that match
Document nodes. |
IElementNameProcessorMatcher |
Sub-interface of
IProcessorMatcher for matchers based on element names. |
IProcessor |
Common interface for all processors to be applied on Thymeleaf
DOM trees.
|
IProcessorMatcher<T extends Node> |
Common interface for objects that specify when a processor can be applied
to a node.
|
ITextNodeProcessorMatcher |
Sub-interface of
IProcessorMatcher for matchers that match Text/CDATA nodes. |
Class | Description |
---|---|
AbstractProcessor |
Common abstract superclass for all processors, including utility methods for
easily resolving template- and class-based externalized messages.
|
AttributeNameProcessorMatcher | |
CommentNodeProcessorMatcher |
Implementation of
ICommentNodeProcessorMatcher that matches every
Comment node. |
DocumentNodeProcessorMatcher |
Basic implementation of
IDocumentNodeProcessorMatcher . |
ElementNameProcessorMatcher | |
ProcessorAndContext |
Internal use only: stores a processor along with its matching context.
|
ProcessorMatchingContext |
Models the context in which a node is matched.
|
ProcessorResult | |
TextNodeProcessorMatcher |
Implementation of
ITextNodeProcessorMatcher that matches every node extending
from AbstractTextNode , this is, Text and
CDATASection nodes. |
Copyright © 2017 The THYMELEAF team. All rights reserved.