TResourceWebSiteModule

TWebSiteModule to serve resources embedded in the executable

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TWebSiteModule Abstract base class for nodes in a static hierarchy of named modules corresponding to the URI structure of a TWebSite.
5TResourceWebSiteModule

Source

Resource.WebSite.Module.pas (32)

Description

A TResource is identified by its TResource.FileName and served with its configured TResource.ContentType.

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTSortedByKeyList<TText,TResource>FResources
InstanceprivateTGregorianInstantFExecutableDateTime
InstanceprotectedTTextFName

Methods

ScopeVisibilityResultNameDescription
InstanceprivateSetExecutableDateTime(Value: TGregorianInstant)
InstancepublicCreate(Name: TText)
InstancepublicDestroy()
InstancepublicTTextGetName()
InstancepublicTDocumentNodeGetTitle(Request: TWebSiteRequest)
InstancepublicTHttpResponseHandleRequest(Request: TWebSiteRequest)
InstancepublicTAuthorizationLevelGetMinimumAuthorizationLevel(Request: TWebSiteRequest)