Interface TemplateBuilder

    • Method Detail

      • templateJson

        TemplateBuilder templateJson​(String template)
        Sets the template in JSON format. This value takes precedence over the template URL if both are supplied.
        Parameters:
        template - template in JSON format
        Returns:
        modified TemplateBuilder
      • templateURL

        TemplateBuilder templateURL​(String templateURL)
        The URL of the template to instantiate. This value is ignored if the template is supplied inline
        Parameters:
        templateURL - the template URL
        Returns:
        TemplateBuilder