UriUtils()
Utility class for URI encoding and decoding based on RFC 3986. Offers encoding methods for the various URI components.
All encode*(String, String) methods in this class operate in a similar way:
%xy" format.Author
Arjen Poutsma
Author
Juergen Hoeller
Since
3.0
See Also
<a href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986</a>