Uses of Interface
org.thymeleaf.IThrottledTemplateProcessor
Packages that use IThrottledTemplateProcessor
-
Uses of IThrottledTemplateProcessor in org.thymeleaf
Methods in org.thymeleaf that return IThrottledTemplateProcessorModifier and TypeMethodDescriptionITemplateEngine.processThrottled
(String template, Set<String> templateSelectors, IContext context) Process the specified template (usually the template name) applying a set of template selectors.ITemplateEngine.processThrottled
(String template, IContext context) Process the specified template (usually the template name).ITemplateEngine.processThrottled
(TemplateSpec templateSpec, IContext context) Process a template starting from aTemplateSpec
.TemplateEngine.processThrottled
(String template, Set<String> templateSelectors, IContext context) TemplateEngine.processThrottled
(String template, IContext context) TemplateEngine.processThrottled
(TemplateSpec templateSpec, IContext context) -
Uses of IThrottledTemplateProcessor in org.thymeleaf.engine
Classes in org.thymeleaf.engine that implement IThrottledTemplateProcessorModifier and TypeClassDescriptionfinal class
Standard implementation ofIThrottledTemplateProcessor
.