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 IThrottledTemplateProcessorITemplateEngine. processThrottled(String template, Set<String> templateSelectors, IContext context)Process the specified template (usually the template name) applying a set of template selectors.IThrottledTemplateProcessorITemplateEngine. processThrottled(String template, IContext context)Process the specified template (usually the template name).IThrottledTemplateProcessorITemplateEngine. processThrottled(TemplateSpec templateSpec, IContext context)Process a template starting from aTemplateSpec.IThrottledTemplateProcessorTemplateEngine. processThrottled(String template, Set<String> templateSelectors, IContext context)IThrottledTemplateProcessorTemplateEngine. processThrottled(String template, IContext context)IThrottledTemplateProcessorTemplateEngine. 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 classThrottledTemplateProcessorStandard implementation ofIThrottledTemplateProcessor.
-