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