All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.util.endecoding.URLEnDecoder

java.lang.Object
   |
   +----semper.util.endecoding.URLEnDecoder

public class URLEnDecoder
extends Object
The URLEnDecoder class implements the url-en(de)coding

Version:
$Revision: 1.2 $ $Date: 1997/07/31 13:58:57 $
Author:
Petros Pantis

Constructor Index

 o URLEnDecoder()

Method Index

 o decode(String)
Method for url-decoding
 o encode(String)
Method for url-encoding

Constructors

 o URLEnDecoder
 public URLEnDecoder()

Methods

 o decode
 public static String decode(String s)
Method for url-decoding

Parameters:
s - the url-encoded String object
Returns:
value the decoded String
 o encode
 public static String encode(String s)
Method for url-encoding

Parameters:
s - a String object
Returns:
value the encoded String

All Packages  Class Hierarchy  This Package  Previous  Next  Index