Web.Stencils.TWebStencilsEngine

Delphi
TWebStencilsEngine = class(TComponent, IWebStencilsComponent, IWebPostProcessor)
C++
class PASCALIMPLEMENTATION TWebStencilsEngine : public System::Classes::TComponent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | Web.Stencils |
Description
A class for mapping request URLs to HTML files to be processed.
The Engine component can be used in the following scenarios:
- To connect it to one or more WebStencilsProcessor components to provide shared settings and behaviors.
- To create WebStencilsProcessor components and place only this component on your web modules.