Uses of Class
org.exoplatform.commons.api.notification.service.template.TemplateContext
Packages that use TemplateContext
Package
Description
-
Uses of TemplateContext in org.exoplatform.commons.api.notification.service.template
Methods in org.exoplatform.commons.api.notification.service.template that return TemplateContextModifier and TypeMethodDescriptionTemplateContext.channelKey(ChannelKey channelKey) TemplateContext.digestType(int digestSize) TemplateContext.end()static TemplateContextTemplateContext.newChannelInstance(ChannelKey channelKey, String pluginId, String language) -
Uses of TemplateContext in org.exoplatform.commons.api.notification.template
Methods in org.exoplatform.commons.api.notification.template that return TemplateContextMethods in org.exoplatform.commons.api.notification.template with parameters of type TemplateContextModifier and TypeMethodDescriptionTemplateTransformer.transform(TemplateContext context) The execution transform from template to value base on the TemplateContext.ElementVisitor.with(TemplateContext ctx) Attaches the Template Context for Template generate.