Uses of Interface
org.thymeleaf.IThrottledTemplateProcessor
-
Packages that use IThrottledTemplateProcessor Package Description org.thymeleaf org.thymeleaf.engine -
-
Uses of IThrottledTemplateProcessor in org.thymeleaf
Methods in org.thymeleaf that return IThrottledTemplateProcessor Modifier and Type Method Description 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
ITemplateEngine. processThrottled(String template, IContext context)
Process the specified template (usually the template name).IThrottledTemplateProcessor
ITemplateEngine. processThrottled(TemplateSpec templateSpec, IContext context)
Process a template starting from aTemplateSpec
.IThrottledTemplateProcessor
TemplateEngine. processThrottled(String template, Set<String> templateSelectors, IContext context)
IThrottledTemplateProcessor
TemplateEngine. processThrottled(String template, IContext context)
IThrottledTemplateProcessor
TemplateEngine. processThrottled(TemplateSpec templateSpec, IContext context)
-
Uses of IThrottledTemplateProcessor in org.thymeleaf.engine
Classes in org.thymeleaf.engine that implement IThrottledTemplateProcessor Modifier and Type Class Description class
ThrottledTemplateProcessor
Standard implementation ofIThrottledTemplateProcessor
.
-