org.tuckey.web.filters.urlrewrite.utils
Class URLDecoder

java.lang.Object
  extended by org.tuckey.web.filters.urlrewrite.utils.URLDecoder

public class URLDecoder
extends Object


Constructor Summary
URLDecoder()
           
 
Method Summary
static String decodePath(String path, String charset)
           
static String decodeQuery(String query, String charset)
           
static String decodeURL(String url, String charset)
           
static String decodeURLEncoded(String part, boolean query, String charset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLDecoder

public URLDecoder()
Method Detail

decodeURL

public static String decodeURL(String url,
                               String charset)
                        throws URISyntaxException
Throws:
URISyntaxException

decodePath

public static String decodePath(String path,
                                String charset)
                         throws URISyntaxException
Throws:
URISyntaxException

decodeQuery

public static String decodeQuery(String query,
                                 String charset)
                          throws URISyntaxException
Throws:
URISyntaxException

decodeURLEncoded

public static String decodeURLEncoded(String part,
                                      boolean query,
                                      String charset)
                               throws URISyntaxException
Throws:
URISyntaxException


Copyright © 2001-2012 Paul Tuckey. All Rights Reserved.