Reference: MVEL Methods
Method | Description | Sample Code | Sample Output |
|---|---|---|---|
getClass().getName()
| Retrieves the type of a property or variable. |
|
|
getEndpoint()
| Retrieves the endpoint of a RaaS report when using a SOAP
request. |
|
|
getExtrapath()
| Retrieves the extra path of a RaaS report. |
|
|
indexOf()
| Retrieves the position of a specific character within an input
string. |
|
|
leftPad()
| Adds characters to the beginning of an input string. |
|
|
listToCommaDelimString()
| Converts a list of array values to a string and separates them with
commas. |
|
|
replaceAll()
| Replaces all instances of specified characters within an input
string. |
|
|
substring()
| Retrieves part of an input string. |
|
|
toUpperCase()
| Converts a string to uppercase. |
|
|
URLEncoder ()
| Retrieves a string containing only valid URL characters. |
|
|