/AWS1/CL_EL2PATHPATCONDCONFIG¶
Information about a path pattern condition.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_values TYPE /AWS1/CL_EL2LISTOFSTRING_W=>TT_LISTOFSTRING TT_LISTOFSTRING¶
The path patterns to compare against the request URL. The maximum length of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).
If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use a query string condition.
it_regexvalues TYPE /AWS1/CL_EL2LISTOFSTRING_W=>TT_LISTOFSTRING TT_LISTOFSTRING¶
The regular expressions to compare against the request URL. The maximum length of each string is 128 characters.
Queryable Attributes¶
Values¶
The path patterns to compare against the request URL. The maximum length of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).
If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use a query string condition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES has a value |
RegexValues¶
The regular expressions to compare against the request URL. The maximum length of each string is 128 characters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGEXVALUES() |
Getter for REGEXVALUES, with configurable default |
ASK_REGEXVALUES() |
Getter for REGEXVALUES w/ exceptions if field has no value |
HAS_REGEXVALUES() |
Determine if REGEXVALUES has a value |