Class SimpleTemplateTransformer
- java.lang.Object
-
- org.exoplatform.commons.notification.template.SimpleTemplateTransformer
-
- All Implemented Interfaces:
org.exoplatform.commons.api.notification.template.TemplateTransformer
public class SimpleTemplateTransformer extends Object implements org.exoplatform.commons.api.notification.template.TemplateTransformer
Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Aug 1, 2013
-
-
Constructor Summary
Constructors Constructor Description SimpleTemplateTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.commons.api.notification.template.TemplateTransformerfrom(String template)Stringtransform(org.exoplatform.commons.api.notification.service.template.TemplateContext context)
-
-
-
Method Detail
-
from
public org.exoplatform.commons.api.notification.template.TemplateTransformer from(String template)
- Specified by:
fromin interfaceorg.exoplatform.commons.api.notification.template.TemplateTransformer
-
transform
public String transform(org.exoplatform.commons.api.notification.service.template.TemplateContext context)
- Specified by:
transformin interfaceorg.exoplatform.commons.api.notification.template.TemplateTransformer
-
-