All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.URLDecoder

java.lang.Object
   |
   +----IMSWG.IW.URLDecoder

public class URLDecoder
extends Object

Method Index

 o decode(String)
Translates String from x-www-form-urlEncoded format into text.

Methods

 o decode
 public static String decode(String s)
Translates String from x-www-form-urlEncoded format into text.

Parameters:
s - String to be translated
Returns:
the translated String.

All Packages  Class Hierarchy  This Package  Previous  Next  Index