Searched defs:TemplateCompiler (Results 1 – 2 of 2) sorted by relevance
29 pub(crate) struct TemplateCompiler<'template> { struct39 impl<'template> TemplateCompiler<'template> { implementation
42 public class TemplateCompiler implements DelegatingTemplateLoader { class58 public TemplateCompiler(TemplateFactory templateFactory, FunctionExecutor globalFunctionExecutor, in TemplateCompiler() method in TemplateCompiler