RedirectionAction
- Print
- PDF
RedirectionAction
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a redirect action.
Syntax
The syntax is as follows.
private String protocol;
private String port;
private String host;
private String path;
private String query;
private String statusCode;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
protocol | String | Required | Protocol
|
port | String | Required | Port
|
host | String | Required | Host name
|
path | String | Required | URL path
|
query | String | Required | Query string
|
statusCode | String | Required | Response status code
|
Was this article helpful?