|
RAD Studio VCL Reference
|
TCustomWebAppPageModule is the base class for WebSnap application data modules that can produce Web pages.
TCustomWebAppPageModule = class(TCustomWebPageModule, IGetWebAppServices, IInterface);
class TCustomWebAppPageModule : public TCustomWebPageModule, public IGetWebAppServices, public IInterface;
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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|