Interface TemplateHandler

    • Method Detail

      • insertVariables

        String insertVariables​(Reader templateXml,
                               List<? extends Variable> variables)
        Insert specified variables into the template XML before returning it. If an <at:var> is encountered in the XML that doesn't have a value specified, it will be replaced with empty string.
        Parameters:
        templateXml - template XML
        variables - the template variables
        Returns:
        the updated template XML with variables replaced with actual values