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, Map<String,Page> divPageMap, boolean webGeneration)
      Uses string templates to build html file containing a mockup
      Parameters:
      page - Page object filled with the content of the mockup
      divPageMap - map of known divs
      Returns:
      fxml file content as String
    • buildDivRow

      public String buildDivRow(Page page, List<Integer> targetPageIndexList, Map<String,Page> divPageMap)