Methods
Name |
Type |
Description |
---|---|---|
|
String |
Escapes the given string for inclusion in URL form parameters. Uses a Guava URL escaper for form parameters: UrlEscapers.html#urlFormParameterEscaper()
|
|
String |
Escapes the given string for use in an URL fragment. Uses a Guava URL escaper for URL fragments: UrlEscapers.html#urlFragmentEscaper()
|
|
String |
Escapes the given string for use as a URL path segment. Uses a Guava URL escaper for path segments: UrlEscapers.html#urlPathSegmentEscaper()
|