public class nitro_util extends Object
| Constructor and Description |
|---|
nitro_util() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encode(String str)
encodes the given string using URLEncoder.
|
static String |
object_to_string_withoutquotes(Object obj)
create a string (without quotes)out of the object fields that are set
|
static String |
object_to_string(Object obj)
create a string out of the object fields that are set
|
public static String encode(String str)
str - String that is to be encoded.public static String object_to_string(Object obj) throws Exception
obj - ObjectException - Nitro exception is thrown.Copyright © 2013 Citrix Systems, Inc.. All Rights Reserved.