public class EncodeUtil extends Object
Constructor and Description |
---|
EncodeUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
urlDecode(String toDecode) |
static String |
urlEncode(String toEncode)
Encodes characters within a string to allow them to be used within a URL.
|
public static final String ENCODING
public static String urlEncode(String toEncode)
toEncode
- String to encodeCopyright © 2009–2015 DuraSpace. All rights reserved.