org.openxri.util
Class URLUtils

java.lang.Object
  extended by org.openxri.util.URLUtils

public class URLUtils
extends java.lang.Object

Author:
=wil

Constructor Summary
URLUtils()
           
 
Method Summary
static java.lang.String decode(java.lang.String s)
          This is the same as java.net.URLDecode(s, "UTF-8") except that '+' is not decoded to ' ' (space).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLUtils

public URLUtils()
Method Detail

decode

public static java.lang.String decode(java.lang.String s)
This is the same as java.net.URLDecode(s, "UTF-8") except that '+' is not decoded to ' ' (space).

Parameters:
s -
See Also:
URLDecoder


Copyright © 2005-2012. All Rights Reserved.