com.atlassian.sal.core.util
Class URIUtil

java.lang.Object
  extended by com.atlassian.sal.core.util.URIUtil

public class URIUtil
extends Object

Wrapper around URIUtil to avoid silly checked exceptions.


Constructor Summary
URIUtil()
           
 
Method Summary
static String decode(String queryString)
           
static String encodeWithinQuery(String query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIUtil

public URIUtil()
Method Detail

encodeWithinQuery

public static String encodeWithinQuery(String query)

decode

public static String decode(String queryString)


Copyright © 2015 Atlassian. All rights reserved.