WebModu.TCustomWebAppPageModule
From RAD Studio API Documentation
Delphi
TCustomWebAppPageModule = class(TCustomWebPageModule, IGetWebAppServices, IInterface {IGetWebAppComponents also implemented})
C++
class PASCALIMPLEMENTATION TCustomWebAppPageModule : public TCustomWebPageModule
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | WebModu.pas WebModu.hpp |
WebModu | WebModu |
Description
TCustomWebAppPageModule is the base class for WebSnap application data modules that can produce Web pages.
Use TCustomWebAppPageModule as a base class for defining data modules that function as the main Web module in a WebSnap application and that have an associated Web page. As the application module, TCustomWebAppPageModule provides access to the IWebAppServices interface that allows the WebSnap application to create a Web context for incoming requests and to forward requests to a dispatcher for handling. As a Web page module, TCustomWebAppPageModule generates an associated Web page. This Web page is returned by default when incoming request messages do not specify what Web page they want.