Class CustomThymeleafNarrativeGenerator

All Implemented Interfaces:
INarrativeGenerator

  • Constructor Details

    • CustomThymeleafNarrativeGenerator

      Constructor. If this constructor is used you must explicitly call setManifest(NarrativeTemplateManifest) to provide a template manifest before using the generator.
    • CustomThymeleafNarrativeGenerator

      public CustomThymeleafNarrativeGenerator(String... theNarrativePropertyFiles)
      Create a new narrative generator
      Parameters:
      theNarrativePropertyFiles - The name of the property file, in one of the following formats:
      • file:/path/to/file/file.properties
      • classpath:/com/package/file.properties
    • CustomThymeleafNarrativeGenerator

      public CustomThymeleafNarrativeGenerator(List<String> theNarrativePropertyFiles)
      Create a new narrative generator
      Parameters:
      theNarrativePropertyFiles - The name of the property file, in one of the following formats:
      • file:/path/to/file/file.properties
      • classpath:/com/package/file.properties
  • Method Details