|
Daraja HTTP Framework 3.0-MS1
HTTP server framework for Object Pascal
|
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) | |
| 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 () | |
A base class which can be subclassed to create a HTTP filter component for a Web site.