Uses of Class
org.craftercms.core.util.template.impl.IdentifiableStringTemplateSource
-
-
Uses of IdentifiableStringTemplateSource in org.craftercms.core.processors.impl.template
Fields in org.craftercms.core.processors.impl.template with type parameters of type IdentifiableStringTemplateSource Modifier and Type Field Description protected TemplateCompiler<IdentifiableStringTemplateSource>TemplateProcessor. templateCompilerTemplate compiler.Method parameters in org.craftercms.core.processors.impl.template with type arguments of type IdentifiableStringTemplateSource Modifier and Type Method Description voidTemplateProcessor. setTemplateCompiler(TemplateCompiler<IdentifiableStringTemplateSource> templateCompiler)Sets the template compiler. -
Uses of IdentifiableStringTemplateSource in org.craftercms.core.util.template.impl.freemarker
Methods in org.craftercms.core.util.template.impl.freemarker with parameters of type IdentifiableStringTemplateSource Modifier and Type Method Description CompiledTemplateFreeMarkerStringTemplateCompiler. compile(IdentifiableStringTemplateSource templateSource) -
Uses of IdentifiableStringTemplateSource in org.craftercms.core.util.template.impl.spel
Methods in org.craftercms.core.util.template.impl.spel with parameters of type IdentifiableStringTemplateSource Modifier and Type Method Description CompiledTemplateSpELStringTemplateCompiler. compile(IdentifiableStringTemplateSource templateSource)
-