Interface TemplateTransformer


  • public interface TemplateTransformer
    Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Aug 1, 2013
    • 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: