Class TRALSwaggerModule
Unit
Declaration
type TRALSwaggerModule = class(TRALModuleRoutes)
Description
TRALSwaggerModule
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALModuleRoutes
- TRALSwaggerModule
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function GetListRoutes: TList; override; |
![]() |
procedure CreateRoutes; |
![]() |
procedure SetDomain(const AValue: StringRAL); override; |
![]() |
procedure SetPostmanFile(const AValue: TFileName); |
![]() |
procedure SetPostmanTag(AValue: boolean); |
![]() |
procedure SetServersUrl(AValue: TStrings); |
![]() |
procedure SetSwaggerFile(const AValue: TFileName); |
![]() |
procedure SetSystemDescription(const AValue: TStrings); |
![]() |
procedure SwaggerCSS(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure SwaggerIndex(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure SwaggerInitializer(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure SwaggerJSON(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure SwaggerPostman(ARequest: TRALRequest; AResponse: TRALResponse); |
Properties
![]() |
property AllowCORSVerbs: boolean read FAllowCORSVerbs write FAllowCORSVerbs; |
![]() |
property EMail: StringRAL read FEMail write FEMail; |
![]() |
property License: TRALSwaggerLicense read FLicense write FLicense; |
![]() |
property PostmanFile: TFileName read FPostmanFile write SetPostmanFile; |
![]() |
property PostmanTag: boolean read FPostmanTag write SetPostmanTag; |
![]() |
property ServersUrl: TStrings read FServersUrl write SetServersUrl; |
![]() |
property ShowCustomNames: boolean read FShowCustomNames write FShowCustomNames; |
![]() |
property SwaggerFile: TFileName read FSwaggerFile write SetSwaggerFile; |
![]() |
property SystemDescription: TStrings read FSystemDescription write SetSystemDescription; |
![]() |
property SystemVersion: StringRAL read FSystemVersion write FSystemVersion; |
![]() |
property TermsOfService: StringRAL read FTermsOfService write FTermsOfService; |
![]() |
property Title: StringRAL read FTitle write FTitle; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function GetListRoutes: TList; override; |
![]() |
procedure CreateRoutes; |
![]() |
procedure SetDomain(const AValue: StringRAL); override; |
![]() |
procedure SetPostmanFile(const AValue: TFileName); |
![]() |
procedure SetPostmanTag(AValue: boolean); |
![]() |
procedure SetServersUrl(AValue: TStrings); |
![]() |
procedure SetSwaggerFile(const AValue: TFileName); |
![]() |
procedure SetSystemDescription(const AValue: TStrings); |
![]() |
procedure SwaggerCSS(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure SwaggerIndex(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure SwaggerInitializer(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure SwaggerJSON(ARequest: TRALRequest; AResponse: TRALResponse); |
![]() |
procedure SwaggerPostman(ARequest: TRALRequest; AResponse: TRALResponse); |
Properties
![]() |
property AllowCORSVerbs: boolean read FAllowCORSVerbs write FAllowCORSVerbs; |
![]() |
property EMail: StringRAL read FEMail write FEMail; |
![]() |
property License: TRALSwaggerLicense read FLicense write FLicense; |
![]() |
property PostmanFile: TFileName read FPostmanFile write SetPostmanFile; |
![]() |
property PostmanTag: boolean read FPostmanTag write SetPostmanTag; |
![]() |
property ServersUrl: TStrings read FServersUrl write SetServersUrl; |
![]() |
property ShowCustomNames: boolean read FShowCustomNames write FShowCustomNames; |
![]() |
property SwaggerFile: TFileName read FSwaggerFile write SetSwaggerFile; |
![]() |
property SystemDescription: TStrings read FSystemDescription write SetSystemDescription; |
![]() |
property SystemVersion: StringRAL read FSystemVersion write FSystemVersion; |
![]() |
property TermsOfService: StringRAL read FTermsOfService write FTermsOfService; |
![]() |
property Title: StringRAL read FTitle write FTitle; |
GitHub Repository
Generated by PasDoc 0.16.0.


