Package | Description |
---|---|
org.thymeleaf |
Modifier and Type | Method and Description |
---|---|
IThrottledTemplateProcessor |
TemplateEngine.processThrottled(String template,
IContext context) |
IThrottledTemplateProcessor |
ITemplateEngine.processThrottled(String template,
IContext context)
Process the specified template (usually the template name).
|
IThrottledTemplateProcessor |
TemplateEngine.processThrottled(String template,
Set<String> templateSelectors,
IContext context) |
IThrottledTemplateProcessor |
ITemplateEngine.processThrottled(String template,
Set<String> templateSelectors,
IContext context)
Process the specified template (usually the template name) applying a set of
template selectors.
|
IThrottledTemplateProcessor |
TemplateEngine.processThrottled(TemplateSpec templateSpec,
IContext context) |
IThrottledTemplateProcessor |
ITemplateEngine.processThrottled(TemplateSpec templateSpec,
IContext context)
Process a template starting from a
TemplateSpec . |
Copyright © 2016 The THYMELEAF team. All rights reserved.