/AWS1/CL_AMFCUSTOMRULE¶
Describes a custom rewrite or redirect rule.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_source TYPE /AWS1/AMFSOURCE /AWS1/AMFSOURCE¶
The source pattern for a URL rewrite or redirect rule.
iv_target TYPE /AWS1/AMFTARGET /AWS1/AMFTARGET¶
The target pattern for a URL rewrite or redirect rule.
Optional arguments:¶
iv_status TYPE /AWS1/AMFSTATUS /AWS1/AMFSTATUS¶
The status code for a URL rewrite or redirect rule.
- 200
Represents a 200 rewrite rule.
- 301
Represents a 301 (moved permanently) redirect rule. This and all future requests should be directed to the target URL.
- 302
Represents a 302 temporary redirect rule.
- 404
Represents a 404 redirect rule.
- 404-200
Represents a 404 rewrite rule.
iv_condition TYPE /AWS1/AMFCONDITION /AWS1/AMFCONDITION¶
The condition for a URL rewrite or redirect rule, such as a country code.
Queryable Attributes¶
source¶
The source pattern for a URL rewrite or redirect rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
target¶
The target pattern for a URL rewrite or redirect rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGET() |
Getter for TARGET, with configurable default |
ASK_TARGET() |
Getter for TARGET w/ exceptions if field has no value |
HAS_TARGET() |
Determine if TARGET has a value |
status¶
The status code for a URL rewrite or redirect rule.
- 200
Represents a 200 rewrite rule.
- 301
Represents a 301 (moved permanently) redirect rule. This and all future requests should be directed to the target URL.
- 302
Represents a 302 temporary redirect rule.
- 404
Represents a 404 redirect rule.
- 404-200
Represents a 404 rewrite rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
condition¶
The condition for a URL rewrite or redirect rule, such as a country code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITION() |
Getter for CONDITION, with configurable default |
ASK_CONDITION() |
Getter for CONDITION w/ exceptions if field has no value |
HAS_CONDITION() |
Determine if CONDITION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CUSTOMRULES¶
TYPES TT_CUSTOMRULES TYPE STANDARD TABLE OF REF TO /AWS1/CL_AMFCUSTOMRULE WITH DEFAULT KEY
.