| Package | Description |
|---|---|
| org.thymeleaf | |
| org.thymeleaf.standard.fragment |
| Modifier and Type | Method and Description |
|---|---|
TemplateRepository |
TemplateEngine.getTemplateRepository()
Returns the template repository.
|
TemplateRepository |
Arguments.getTemplateRepository()
Returns the template repository in use.
|
| Constructor and Description |
|---|
Arguments(TemplateEngine templateEngine,
TemplateProcessingParameters templateProcessingParameters,
TemplateResolution templateResolution,
TemplateRepository templateRepository,
Document document)
Create a new Arguments instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
StandardFragment.extractFragment(Configuration configuration,
IProcessingContext context,
TemplateRepository templateRepository)
Read the specified template from
TemplateRepository, and then apply
the IFragmentSpec to the result of parsing it (the template). |
Copyright © 2016 The THYMELEAF team. All rights reserved.