Interface TemplateTransformer
-
public interface TemplateTransformerCreated by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Aug 1, 2013
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateTransformerfrom(String template)The template what needs to transform to ValueStringtransform(TemplateContext context)The execution transform from template to value base on the TemplateContext.
-
-
-
Method Detail
-
from
TemplateTransformer from(String template)
The template what needs to transform to Value- Parameters:
template- The template- Returns:
-
transform
String transform(TemplateContext context)
The execution transform from template to value base on the TemplateContext.- Parameters:
context-- Returns:
-
-