public class AcsURLEncoder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
URL_ENCODING |
| Constructor and Description |
|---|
AcsURLEncoder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encode(String value) |
static String |
percentEncode(String value) |
public static final String URL_ENCODING
public static String encode(String value) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static String percentEncode(String value) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2020. All rights reserved.