Storage class of a webapp configuration, extracted from a JSON file.
For each dynamic page of a webapp, this class contains the filename of the page - the one of the URL, its title and the local filename of its body->main content.
Below is an example of a page description in the JSON parsed file: "index.html": { "title": "Home", "main": "index.htm", "header": true, "footer": true }