class URLEncoder

Purpose

bullet Provides a method for converting a String to HTML.

Class method summary static

bullet String encode(String s, String e) throws UnsupportedEncodingException
bullet Returns a String representing s in application/x-www-form-urlencoded format using encoding scheme e for unsafe characters.