|
Daraja HTTP Framework 3.1.1-SNAPSHOT
HTTP server framework for Object Pascal
|
Web Filter Mapping. More...
Public Member Functions | |
| TdjWebFilterMapping () | |
| ~TdjWebFilterMapping () | |
| Boolean | AppliesTo (const string PathInContext) |
| Determines whether the given path in the current context matches the criteria. | |
Public Attributes | |
| TStrings | UrlPatterns |
| TStrings | WebComponentNames |
| TdjWebFilterHolder | WebFilterHolder |
| string | WebFilterName |
Web Filter Mapping.
| TdjWebFilterMapping::TdjWebFilterMapping | ( | ) |
References UrlPatterns.
| TdjWebFilterMapping::~TdjWebFilterMapping | ( | ) |
| Boolean TdjWebFilterMapping::AppliesTo | ( | const string | PathInContext | ) |
Determines whether the given path in the current context matches the criteria.
| PathInContext | The path within the current context to evaluate. |
| TStrings TdjWebFilterMapping::UrlPatterns |
Referenced by TdjWebFilterMapping().
| TStrings TdjWebFilterMapping::WebComponentNames |
| TdjWebFilterHolder TdjWebFilterMapping::WebFilterHolder |
| string TdjWebFilterMapping::WebFilterName |