RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppComponents.PageDispatcher Property

Provides access to the current page dispatcher object.

Pascal
property PageDispatcher: IPageDispatcher;
C++
__property IPageDispatcher PageDispatcher;

Use PageDispatcher to get or set the interface of the page dispatcher. The page dispatcher is responsible for interpreting requests for specific Web pages, checking the access rights for requested Web pages, and dispatching Web page requests to the appropriate Web page module. 

Typically, PageDispatcher is the interface of a TPageDispatcher object. If the WebSnap application does not include a TPageDispatcher component, or some other component that implements the IPageDispatcher interface, the value of this property is nil (Delphi) or NULL (C++). When PageDispatcher is nil (Delphi) or NULL (C++), the WebSnap application does not automatically generate Web page content in response to requests that give the Web page name in their target URL. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!