| Interface | Description |
|---|---|
| IDecoupledTemplateLogicResolver |
Common interface for all resolver objects in charge of obtaining the resource that should contain the
decoupled template logic for a template being processed.
|
| Class | Description |
|---|---|
| DecoupledInjectedAttribute |
Value class used for containing each of the attributes that should be injected during parsing into a
template that is processed with associated decoupled logic.
|
| DecoupledTemplateLogic |
This class specifies containers for decoupled template logic, normally coming from separate template files
(decoupled templates).
|
| DecoupledTemplateLogicBuilderMarkupHandler |
Implementation of
IMarkupHandler used for building and populating instances of
DecoupledTemplateLogic as a result of parsing a decoupled template logic resource. |
| DecoupledTemplateLogicMarkupHandler | |
| DecoupledTemplateLogicUtils |
Utility class performing the required operations for computing the decoupled template logic corresponding
to a template being parsed.
|
| StandardDecoupledTemplateLogicResolver |
Default implementation of the
IDecoupledTemplateLogicResolver interface. |
Copyright © 2017 The THYMELEAF team. All rights reserved.