Web.Stencils.TWebStencilsProcessor

Delphi
TWebStencilsProcessor = class(TCustomContentProducer, IWebStencilsComponent)
C++
class PASCALIMPLEMENTATION TWebStencilsProcessor : public Web::Httpapp::TCustomContentProducer
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | Web.Stencils |
Description
This class takes an HTML file embeds the WebStencils notation and converts it to plain HTML after processing the @
tags.
The TWebStencilsProcessor class processes an individual file (generally with an HTML extension) and its associated template, if any. The processor may be used standalone and assigned to TWebActionItem.Producer, or created and called by TWebStencilsEngine as a post-processor of text files returned by a file dispatcher.