com.wallstreetwise.app.jspell.domain.net
Class URLDecode

java.lang.Object
  extended by com.wallstreetwise.app.jspell.domain.net.URLDecode

public class URLDecode
extends java.lang.Object

This class is used to decode JavaScript encoded requests from a web browser.


Constructor Summary
URLDecode()
           
 
Method Summary
static java.lang.String decode(java.lang.String s)
          Decode a JavaScript encoded String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLDecode

public URLDecode()
Method Detail

decode

public static java.lang.String decode(java.lang.String s)
                               throws java.lang.Exception
Decode a JavaScript encoded String.

Parameters:
s - a String.
Returns:
a String.
Throws:
java.lang.Exception - an Exception object.


JSpell SDK 2004 Spell Checker for the Java (tm) Platform
Copyright © 1996-2005 The Solution Cafe Inc, All Rights Reserved - http://www.thesolutioncafe.com