public class EncodeUtil extends Object
| 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–2019 DuraSpace. All rights reserved.