public class UrlEncoderUtils extends Object
| Constructor and Description |
|---|
UrlEncoderUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encode(String originUrl) |
static String |
encodeEscapeDelimiter(String urlPath) |
static String |
encodeUrlPath(String urlPath) |
static String |
urlDecode(String value)
Decode a string for use in the path of a URL; uses URLDecoder.decode,
which decodes a string for use in the query portion of a URL.
|
public static String urlDecode(String value)
value - The value to decodeCopyright © 2023. All rights reserved.