org.apache.shindig.common.util
Class Utf8UrlCoder
java.lang.Object
org.apache.shindig.common.util.Utf8UrlCoder
public final class Utf8UrlCoder
- extends Object
Performs url encoding / decoding with forced utf-8. Automatically takes care
of boilerplate exception handling.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
encode
public static String encode(String input)
decode
public static String decode(String input)
Copyright © 2007-2012. All Rights Reserved.