Package com.janeirodigital.sai.core.http
Class UrlUtils
java.lang.Object
com.janeirodigital.sai.core.http.UrlUtils
-
Method Summary
-
Method Details
-
stringToUrl
Converts a string to a URL- Parameters:
urlString
- String to convert to URL- Returns:
- Converted URL
- Throws:
SaiException
-
uriToUrl
Coverts a URI to a URL- Parameters:
uri
- URI to convert- Returns:
- Converted URL
- Throws:
SaiException
-