API:Web.HTTPApp.TWebFileDispatcher

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPApp.TCustomWebFileDispatcherSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTWebFileDispatcher

Delphi

TWebFileDispatcher = class(TCustomWebFileDispatcher)

C++

class PASCALIMPLEMENTATION TWebFileDispatcher : public TCustomWebFileDispatcher

Properties

Type Visibility Source Unit Parent
class public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

TCustomWebFileDispatcher is the abstract base class for Web file dispatcher objects.

Web.HTTPApp.TWebFileDispatcher inherits from Web.HTTPApp.TCustomWebFileDispatcher. All content below this line refers to Web.HTTPApp.TCustomWebFileDispatcher.

TCustomWebFileDispatcher is the abstract base class for Web file dispatcher objects.

Add a descendant of TCustomWebFileDispatcher to a Web application to enable and manage the properties of the current HTTP file's request (extension, directories).

Note: When a Web application is created, it automatically includes a TWebModule object, which is a descendant of TCustomWebDispatcher. Keep the default Web module or replace it with another data module that contains a descendant of TCustomWebDispatcher, such as TWebDispatcher.


See Also