spring-framework / org.springframework.web.util / UriUtils / <init>

<init>

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:

Author
Arjen Poutsma

Author
Juergen Hoeller

Since
3.0

See Also
<a href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986</a>