org.apache.isis.viewer.restfulobjects.applib.util
Class UrlEncodingUtils
java.lang.Object
org.apache.isis.viewer.restfulobjects.applib.util.UrlEncodingUtils
public final class UrlEncodingUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FUNCTION
public static final com.google.common.base.Function<String,String> FUNCTION
urlDecode
public static String urlDecode(String string)
urlDecode
public static List<String> urlDecode(List<String> values)
urlDecode
public static String[] urlDecode(String[] values)
urlEncode
public static String urlEncode(org.codehaus.jackson.JsonNode jsonNode)
urlEncode
public static String urlEncode(String str)
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.