Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.0

PageGeneratorForProcess

Scoped name

PageGeneratorForProcess

Purpose

All PageGenerator functions, which is to be used in the application must inherit from this abstract function.

This function provides the developer with support for session control and integrity control in addition to providing the necessary support for using the facilities of the framework.

Inheriting from PageGeneratorForProcess gives the PageGenerator the ability to use the current active presentation and folder list to find the correct template. Furthermore it makes it possible for the PageGenerator to use the special replacement markers used by WebsydianExpress.

All PageGeneratorForProcess functions can be used as ParentPageGenerators without any further inheritance being needed.

Usage

The function is used by letting all PageGenerator functions inherit from it. It is strongly recommended to let this inheritance happen through an abstract layer, where you can place any modifications, which you want to impact all your PageGenerator functions.