Class PageConstructor

java.lang.Object
org.fulib.workflows.generators.constructors.PageConstructor

public class PageConstructor extends Object
The PageConstructor builds a html mockup from a page event from an fulibWorkflows Board.
  • Constructor Details

    • PageConstructor

      public PageConstructor()
  • Method Details

    • buildPage

      public String buildPage(Page page, List<Integer> targetPageIndexList)
      Uses string templates to build html file containing a mockup
      Parameters:
      page - Page object filled with the content of the mockup
      Returns:
      fxml file content as String