All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class nl.nmg.servlet.URLDecoder

java.lang.Object
   |
   +----nl.nmg.servlet.URLDecoder

public class URLDecoder
extends Object
The URLDecoder class contains a utility method for decoding a string in the MIME format called "x-www-form-urlencoded".

See Also:
URLEncoder

Method Index

 o decode(String)
Decodes a urlencoded string into a regular string.

Methods

 o decode
 public static String decode(String val)
Decodes a urlencoded string into a regular string.

Parameters:
val - the String to decode.
Returns:
the decoded String.

All Packages  Class Hierarchy  This Package  Previous  Next  Index