Class TemplateScript


  • public abstract class TemplateScript
    extends Object
    A string template rendered as a script.
    • Constructor Detail

    • Method Detail

      • getParams

        public Map<String,​Object> getParams()
        Return the parameters for this script.
      • execute

        public abstract String execute()
        Run a template and return the resulting string, encoded in utf8 bytes.