org.apache.shindig.common.util
Class Utf8UrlCoder

java.lang.Object
  extended by 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.


Method Summary
static String decode(String input)
           
static String encode(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static String encode(String input)

decode

public static String decode(String input)


Copyright © 2007-2012. All Rights Reserved.