| Interface | Description |
|---|---|
| IElementModelProcessor |
Interface to be implemented by all element model processors.
|
| IElementModelStructureHandler |
Structure handler class meant to be used by
IElementModelProcessor implementations. |
| IElementProcessor |
Base interface for all processors that execute on elements (tags).
|
| IElementTagProcessor |
Interface to be implemented by all element tag processors.
|
| IElementTagStructureHandler |
Structure handler class meant to be used by
IElementTagProcessor implementations. |
| Class | Description |
|---|---|
| AbstractAttributeModelProcessor |
Basic abstract implementation of
IElementModelProcessor for processors that match element
events by one of their attributes (and optionally also the element name). |
| AbstractAttributeTagProcessor |
Basic abstract implementation of
IElementTagProcessor for processors that match element
events by one of their attributes (and optionally also the element name). |
| AbstractElementModelProcessor |
Basic abstract implementation of
IElementModelProcessor for processors that match element
events by their element name (i.e. |
| AbstractElementTagProcessor |
Basic abstract implementation of
IElementTagProcessor for processors that match element
events by their element name (i.e. |
| MatchingAttributeName |
This class models the way in which an
IElementProcessor can match an element by one of
its attributes. |
| MatchingElementName |
This class models the way in which an
IElementProcessor can match an element by its name. |
Copyright © 2016 The THYMELEAF team. All rights reserved.