Daraja HTTP Framework 3.0
HTTP server framework for Object Pascal
Loading...
Searching...
No Matches
TdjWebFilter Class Reference

A base class which can be subclassed to create a HTTP filter component for a Web site. More...

+ Inheritance diagram for TdjWebFilter:

Additional Inherited Members

- Public Member Functions inherited from TdjGenericWebFilter
 TdjGenericWebFilter ()
 Constructor.
 
 ~TdjGenericWebFilter ()
 Destructor.
 
 Init (const IWebFilterConfig Config)
 Called by the container on startup.
 
 Init ()
 A convenience method which can be overridden so that there is no need to call inherited Init(config).
 
 DoFilter (TdjServerContext Context, TdjRequest Request, TdjResponse Response, const IWebFilterChain Chain)
 The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
 
 DestroyFilter ()
 
- Public Attributes inherited from TdjGenericWebFilter
IWebFilterConfig Config
 

Detailed Description

A base class which can be subclassed to create a HTTP filter component for a Web site.