Interface TemplateValuesProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> provideTemplateValues​(java.lang.Object context, java.lang.String templateId)
      Method allows to define values available in template.
    • Method Detail

      • provideTemplateValues

        java.util.Map<java.lang.String,​java.lang.Object> provideTemplateValues​(java.lang.Object context,
                                                                                     java.lang.String templateId)
        Method allows to define values available in template.
        Parameters:
        context - object against which a template is to be resolved
        templateId - identity of a template to be resolved
        Returns:
        map of values available in template