org.tuckey.web.filters.urlrewrite.utils
Class URLDecoder
java.lang.Object
org.tuckey.web.filters.urlrewrite.utils.URLDecoder
public class URLDecoder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLDecoder
public URLDecoder()
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.