public class Urls
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.logging.Logger |
log |
Constructor and Description |
---|
Urls() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
urlEncode(java.lang.String value)
Encodes the text as an URL using UTF-8.
|