Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | true | false | java.lang.String |
Name of the exported variable for the test result. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | false | false | java.lang.String |
Name of the exported variable for the parameter value. | |||
name | true | true | java.lang.String |
The name of the cookie to retrieve. | |||
defaultValue | false | true | java.lang.String |
If the cookie value does not exist, the given default value will be returned. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | false | false | java.lang.String |
Name of the exported variable for the parameter value. | |||
name | true | true | java.lang.String |
The name of the HTTP parameter to retrieve. | |||
widget | false | true | com.exalead.cv360.searchui.configuration.v10.Widget |
If set, will retrieve the parameter for this widget.(Usually processed with a ParameterAdapterWidgetTrigger). | |||
xmlEscape | false | false | boolean |
Specifies whether the HTTP parameter value should be XML escaped. | |||
urlEncode | false | false | boolean |
Specifies whether the HTTP parameter value should be URL encoded. | |||
defaultValue | false | true | java.lang.String |
If the HTTP parameter value does not exist, the given default value will be returned. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | false | false | java.lang.String |
Name of the exported variable for the parameter values. Object is of type String[]. | |||
name | true | true | java.lang.String |
The name of the HTTP parameter to retrieve. | |||
xmlEscape | false | false | boolean |
Specifies whether the HTTP parameter values should be XML escaped. | |||
urlEncode | false | false | boolean |
Specifies whether the HTTP parameter values should be URL encoded. | |||
defaultValue | false | true | java.lang.String |
If the HTTP parameter values does not exist, the given default value will be returned. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | true | false | java.lang.String |
Name of the exported scoped variable for the current parameter name. This scoped variable has nested visibility. | |||
varStatus | false | false | java.lang.String |
Name of the exported scoped variable for the status of the iteration. This scoped variable has nested visibility. | |||
begin | false | true | int |
The index on which to begin the iteration. Defaults to '0'. | |||
iteration | false | true | int |
The number of iteration to perform, replace the 'end' attribute. 0 is interpreted as 'unbounded'. Defaults to '0'. |