RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMultiModuleWebAppServices Class

TMultiModuleWebAppServices coordinates the response to HTTP request messages by locating the appropriate components to handle various tasks.

Pascal
TMultiModuleWebAppServices = class(TComponent, IWebAppServices, IWebDispatcherAccess, IWebExceptionHandler);
C++
class TMultiModuleWebAppServices : public TComponent, public IWebAppServices, public IWebDispatcherAccess, public IWebExceptionHandler;

WebDisp

TMultiModuleWebAppServices is the base class for components that provide access to the services available in a WebSnap application. It keeps track of the current request and response objects, maintains a list of the available Web modules, and introduces methods for locating the appropriate components to handle incoming request messages. 

Do not use TMultiModuleWebAppServices directly. The methods that process request messages and any exceptions that arise during that processing are simple stubs that should be overridden by a descendant class. Rather, use a TMultiModuleWebAppServices descendant such as TWebAppComponents, to provide access to the central components of the WebSnap application. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!