public class URLEncoder
extends java.lang.Object
URLEncoder
Intends to replace java.net.URLEncoder.encode(String s, "UTF-8")
avoiding UnsupportedEncodingException handling.
StandardCharsets are guaranteed to be available
on every implementation of the Java platform.| Constructor and Description |
|---|
URLEncoder() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
encode(java.lang.String s) |