|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wallstreetwise.app.jspell.domain.net.URLDecode
public class URLDecode
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 |
|---|
public URLDecode()
| Method Detail |
|---|
public static java.lang.String decode(java.lang.String s)
throws java.lang.Exception
s - a String.
java.lang.Exception - an Exception object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||