class URLEncoder
Purpose
Provides a method for converting a String to HTML.
Class method summary static
String encode(String s, String e) throws UnsupportedEncodingException
Returns a String representing s in application/x-www-form-urlencoded format using encoding scheme e for unsafe characters.