admidio icon indicating copy to clipboard operation
admidio copied to clipboard

Split HtmlPage into Page and HtmlPage Class

Open ximex opened this issue 8 years ago • 0 comments

The current HtmlPage class contains the data structure and the rendering as html in one class. We should split it up into 2 classes: Page, HtmlPage

  • Page: Contains all methods to set/get title, files, content, ...
  • HtmlPage: Gets a Page Class instance and only does the rendering stuff

ximex avatar Sep 19 '17 22:09 ximex