| Interface | Description |
|---|---|
| IFragmentSpec |
Common interface for all fragment specifications.
|
| Class | Description |
|---|---|
| ChainedFragmentSpec |
Implementation of
IFragmentSpec that allows the execution of
two fragment specs in chain, effectively performing a double-filering. |
| DOMSelectorFragmentSpec |
Implementation of the
IFragmentSpec interface that extracts fragments
of DOM trees using a DOMSelector object. |
| ElementAndAttributeNameFragmentSpec |
Fragment specification that extracts a specific element from a Node tree
by its name, or by the value of one of its attributes.
|
| WholeFragmentSpec |
Implementation of
IFragmentSpec that simply returns
whole templates, this is the same nodes used as input with
no modification, traversing or selection of any kind. |
Copyright © 2016 The THYMELEAF team. All rights reserved.