Class HomePageGenerator

java.lang.Object
outputProviders.logGenerator.LogHTMLFileHandler
outputProviders.logGenerator.pages.HomePageGenerator
All Implemented Interfaces:
PageGenerator

public class HomePageGenerator extends LogHTMLFileHandler implements PageGenerator
Generates the home page.
  • Constructor Details

    • HomePageGenerator

      public HomePageGenerator()
      Constructor of home page.
  • Method Details

    • alterHTMLTemplate

      public String alterHTMLTemplate(String templatePathLocation)
      Alters the html template of the home page class. We replace filters, headers and data in the table with the appropriate values.
      Specified by:
      alterHTMLTemplate in interface PageGenerator
      Parameters:
      templatePathLocation - The path to the template file.
      Returns:
      The altered template as one long string.