Interface TemplateTransformer


public interface TemplateTransformer
Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Aug 1, 2013
  • Method Summary

    Modifier and Type
    Method
    Description
    from(String template)
    The template what needs to transform to Value
    The execution transform from template to value base on the TemplateContext.
  • Method Details

    • 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: