Class TRALWebModule
Unit
Declaration
type TRALWebModule = class(TRALModuleRoutes)
Description
Class for the base object of the module
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALModuleRoutes
- TRALWebModule
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
| Public | function CanAnswerRoute(ARequest: TRALRequest; AResponse: TRALResponse): TRALRoute; override; |
| Protected | function GetFileRoute(ARequest: TRALRequest): StringRAL; |
| Protected | function GetWebSession(ARequest: TRALRequest): TRALWebSession; |
| Protected | function NewSessionName: StringRAL; |
| Protected | procedure CreateSession(ARequest: TRALRequest; AResponse: TRALResponse); |
| Protected | procedure SetDocumentRoot(AValue: StringRAL); |
| Protected | procedure WebModFile(ARequest: TRALRequest; AResponse: TRALResponse); |
Properties
| Published | property DocumentRoot: StringRAL read FDocumentRoot write SetDocumentRoot; |
| Published | property Routes; |
| Public | property Session[ARequest: TRALRequest]: TRALWebSession read GetWebSession; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | function CanAnswerRoute(ARequest: TRALRequest; AResponse: TRALResponse): TRALRoute; override; |
|
This item has no description. Showing description inherited from TRALModuleRoutes.CanAnswerRoute. Inherited method of RALServer | |
| Protected | function GetFileRoute(ARequest: TRALRequest): StringRAL; |
|
This item has no description. | |
| Protected | function GetWebSession(ARequest: TRALRequest): TRALWebSession; |
|
This item has no description. | |
| Protected | function NewSessionName: StringRAL; |
|
This item has no description. | |
| Protected | procedure CreateSession(ARequest: TRALRequest; AResponse: TRALResponse); |
|
This item has no description. | |
| Protected | procedure SetDocumentRoot(AValue: StringRAL); |
|
This item has no description. | |
| Protected | procedure WebModFile(ARequest: TRALRequest; AResponse: TRALResponse); |
|
This item has no description. | |
Properties
| Published | property DocumentRoot: StringRAL read FDocumentRoot write SetDocumentRoot; |
|
This item has no description. | |
| Published | property Routes; |
|
This item has no description. | |
| Public | property Session[ARequest: TRALRequest]: TRALWebSession read GetWebSession; |
|
This item has no description. | |
PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.