org.jwall.web.audit.util
Class SimpleURLDecoder

java.lang.Object
  extended by org.jwall.web.audit.util.SimpleURLDecoder
All Implemented Interfaces:
URLDecoder

Deprecated.

public class SimpleURLDecoder
extends Object
implements URLDecoder

This is a simple wrapper around the sun implementation of an URL-decoder.

Author:
Christian Bockermann <chris@jwall.org>

Constructor Summary
SimpleURLDecoder()
          Deprecated.  
 
Method Summary
 String decode(String s)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleURLDecoder

public SimpleURLDecoder()
Deprecated. 
Method Detail

decode

public String decode(String s)
Deprecated. 
Specified by:
decode in interface URLDecoder


Copyright © 2012 jwall.org. All Rights Reserved.