Class DataRecordUtil


  • public class DataRecordUtil
    extends Object
    • Method Detail

      • applySubstitution

        public static String applySubstitution​(String text,
                                               DataRecord data,
                                               String lang)
        Returns : "But who is xoxox ?" for : "But who is ${foo} ?" when xoxox is the value of the foo field, The resolvedVar is used to detect recursive call like : foo = "${foo}"