
|
Method |
Function |
|---|---|
|
DECODE_BASE64 |
Decodes a BASE64-coded string |
|
ENCODE_BASE64 |
Encodes a string in BASE64 |
|
ESCAPE_HTML |
Performs HTML escaping for a string |
|
ESCAPE_URL |
Performs URL escaping for a String |
|
ESCAPE_WML |
Performs URL escaping for a String |
|
UNESCAPE_URL |
Performs URL unescaping for a string |
|
GET_LAST_ERROR |
Gets the last error code |
|
STRING_TO_FIELDS |
Decodes a query string into a list of fields. |
|
FIELDS_TO_STRING |
Encodes a list of fields as a query string. |
|
REWRITE_URL |
Formats a URL with URI parameters |
|
SET_REQUEST_URI |
Sets the request URI (due to downward compatibility) |
|
IS_ICT_SYSTEM_CALL_IMPLEMENTED |
Is the system call for processing the entity available? (Internal) |
|
SET_QUERY |
Sets the query string |