All Packages Class Hierarchy This Package Previous Next Index
Class IMSWG.IW.URLDecoder
java.lang.Object
|
+----IMSWG.IW.URLDecoder
- public class URLDecoder
- extends Object
-
decode(String)
- Translates String from x-www-form-urlEncoded format into text.
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