Class TemplateParseUtil.Template

    • Field Detail

      • template

        public String template
        the template itself
      • incoming

        public boolean incoming
        indicates the template is an incoming template if true, outgoing template if false
    • Constructor Detail

      • Template

        public Template​(String templateKey,
                        String template)
        Used to create a template for loading, defaults to an incoming template
        Parameters:
        templateKey - template identifier, from the set of template keys TemplateParseUtil.PARSE_TEMPLATE_KEYS, must be unique for this set of templates
        template - the parseable template
      • Template

        public Template​(String templateKey,
                        String template,
                        boolean incoming)
        Used to create a template for loading
        Parameters:
        templateKey - template identifier, from the set of template keys TemplateParseUtil.PARSE_TEMPLATE_KEYS, must be unique for this set of templates
        template - the parseable template
        incoming - if true then this is an incoming template, otherwise it is an outgoing one