Web.WebFileDispatcher
Package | inet280.bpl |
---|
Contents
Classes
TDispatchFileRequest | Implements a web file dispatcher. |
TWebDirectories | Represents the base class for implementing a collection of web directories. |
TWebDirectoryItem | Represents an item in a web directories collection. |
TWebFileDispatcherProperties | Implements additional properties for a web file dispatcher. |
TWebFileExtensionItem | Represents an item in a web file extensions collection. |
TWebFileExtensions | Represents the base class for implementing a collection of web file extensions. |
Routines
EnumerateExtensions | Verifies whether file extensions match the MIME types. |
Types
TExtensionMethod | TExtensionMethod is a reference to a function. |
TLookupExtensions | TLookupExtensions is a procedural type used internally within the TWebFileExtensionItem class. |
TLookupMimeType | TLookupMimeType is a procedural type used internally within the TWebFileExtensionItem class. |
TWebDirectoryAction | Identifies the action to perform on a web directory. |
Variables
FLookupExtensions | Variable of TLookupExtensions type. |
FLookupMimeType | Variable of TLookupMimeType type. |